Home
last modified time | relevance | path

Searched defs:MainFilePath (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp82 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 DRenameTests.cpp1559 auto MainFilePath = testPath("main.cc"); in TEST() local
1633 auto MainFilePath = testPath("main.cc"); TEST() local
/llvm-project/clang/unittests/Serialization/
H A DPreambleInNamedModulesTest.cpp69 PathType MainFilePath; in TEST_F() local
/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.h43 llvm::StringRef MainFilePath; member
H A DRename.cpp215 StringRef MainFilePath, in renameable()
921 renameOutsideFile(const NamedDecl &RenameDecl, llvm::StringRef MainFilePath, in renameOutsideFile()
/llvm-project/clang-tools-extra/clangd/
H A DFS.cpp19 PreambleFileStatusCache::PreambleFileStatusCache(llvm::StringRef MainFilePath){ in PreambleFileStatusCache()
H A DXRefs.cpp238 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 DPreamble.cpp965 getPatchEntry(llvm::StringRef MainFilePath,const SourceManager & SM) getPatchEntry() argument
/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp500 StringRef MainFilePath = FrontendOpts.Inputs[0].getFile(); in Build() local
772 auto MainFilePath = CI.getFrontendOpts().Inputs[0].getFile(); in configurePreamble() local
H A DASTUnit.cpp1344 auto MainFilePath = getMainBufferWithPrecompiledPreamble() local
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp633 void exportReplacements(const llvm::StringRef MainFilePath, in exportReplacements() argument