|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/lib/AST/MicrosoftMangle.cpp 3273 if (VFTableMangling.startswith("??@")) {
3279 assert(VFTableMangling.startswith("??_7") ||
3280 VFTableMangling.startswith("??_S"));
tools/clang/lib/Driver/Driver.cpp 1162 if (CrashDiagDir.startswith("/var/root"))
tools/clang/lib/Lex/ModuleMap.cpp 1742 if (!FullName.startswith(M->Name) && !FullName.endswith("Private"))
tools/clang/tools/extra/clang-doc/Mapper.cpp 100 if (RootDir.empty() || !File.startswith(RootDir))
tools/clang/tools/extra/modularize/ModuleAssistant.cpp 178 if (NativePath.startswith(NativePrefix))
tools/lld/COFF/PDB.cpp 276 sys::path::Style guessedStyle = absoluteFileName.startswith("/")
tools/lldb/source/Commands/CommandCompletions.cpp 105 if (CompletionBuffer.startswith("~")) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp 1159 FileSpec::Style style = main_source_file.startswith("/")
tools/llvm-cov/CodeCoverage.cpp 406 if (NativeFilename.startswith(RemapFrom)) {