/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | IndexActionTests.cpp | 82 runIndexingAction(llvm::StringRef MainFilePath, in runIndexingAction() 123 std::string MainFilePath = testPath("main.cpp"); in TEST_F() local 151 std::string MainFilePath = testPath("main.cpp"); in TEST_F() local 176 std::string MainFilePath = testPath("main.cpp"); in TEST_F() local 215 std::string MainFilePath = testPath("main.cpp"); in TEST_F() local 244 std::string MainFilePath = testPath("main.cpp"); in TEST_F() local 265 std::string MainFilePath = testPath("main.cpp"); in TEST_F() local 295 std::string MainFilePath = testPath("main.cpp"); in TEST_F() local 326 std::string MainFilePath = testPath("main.cpp"); in TEST_F() local 346 std::string MainFilePath = testPath("main.cpp"); in TEST_F() local
|
H A D | RenameTests.cpp | 1559 auto MainFilePath = testPath("main.cc"); in TEST() local 1633 auto MainFilePath = testPath("main.cc"); TEST() local
|
/llvm-project/clang/unittests/Serialization/ |
H A D | PreambleInNamedModulesTest.cpp | 69 PathType MainFilePath; in TEST_F() local
|
/llvm-project/clang-tools-extra/clangd/refactor/ |
H A D | Rename.h | 43 llvm::StringRef MainFilePath; member
|
H A D | Rename.cpp | 215 StringRef MainFilePath, in renameable() 921 renameOutsideFile(const NamedDecl &RenameDecl, llvm::StringRef MainFilePath, in renameOutsideFile()
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | FS.cpp | 19 PreambleFileStatusCache::PreambleFileStatusCache(llvm::StringRef MainFilePath){ in PreambleFileStatusCache()
|
H A D | XRefs.cpp | 238 locateFileReferent(const Position & Pos,ParsedAST & AST,llvm::StringRef MainFilePath) locateFileReferent() argument 257 locateMacroReferent(const syntax::Token & TouchedIdentifier,ParsedAST & AST,llvm::StringRef MainFilePath) locateMacroReferent() argument 306 findImplementors(llvm::DenseSet<SymbolID> IDs,RelationKind Predicate,const SymbolIndex * Index,llvm::StringRef MainFilePath) findImplementors() argument 348 enhanceLocatedSymbolsFromIndex(llvm::MutableArrayRef<LocatedSymbol> Result,const SymbolIndex * Index,llvm::StringRef MainFilePath) enhanceLocatedSymbolsFromIndex() argument 394 locateASTReferent(SourceLocation CurLoc,const syntax::Token * TouchedIdentifier,ParsedAST & AST,llvm::StringRef MainFilePath,const SymbolIndex * Index,ASTNodeKind & NodeKind) locateASTReferent() argument 501 auto MainFilePath = AST.tuPath(); locateSymbolForType() local 562 locateSymbolTextually(const SpelledWord & Word,ParsedAST & AST,const SymbolIndex * Index,llvm::StringRef MainFilePath,ASTNodeKind NodeKind) locateSymbolTextually() argument 763 auto MainFilePath = AST.tuPath(); locateSymbolAt() local 1380 auto MainFilePath = AST.tuPath(); findReferences() local 1600 auto MainFilePath = AST.tuPath(); getSymbolInfo() local [all...] |
H A D | Preamble.cpp | 965 getPatchEntry(llvm::StringRef MainFilePath,const SourceManager & SM) getPatchEntry() argument
|
/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 500 StringRef MainFilePath = FrontendOpts.Inputs[0].getFile(); in Build() local 772 auto MainFilePath = CI.getFrontendOpts().Inputs[0].getFile(); in configurePreamble() local
|
H A D | ASTUnit.cpp | 1344 auto MainFilePath = getMainBufferWithPrecompiledPreamble() local
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidy.cpp | 633 void exportReplacements(const llvm::StringRef MainFilePath, in exportReplacements() argument
|