Searched refs:getCorrespondingHeaderOrSource (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | HeaderSourceSwitchTests.cpp | 33 getCorrespondingHeaderOrSource(FooCpp, FS.view(llvm::None)); in TEST() 37 PathResult = getCorrespondingHeaderOrSource(FooH, FS.view(llvm::None)); in TEST() 48 PathResult = getCorrespondingHeaderOrSource(FooC, FS.view(llvm::None)); in TEST() 57 PathResult = getCorrespondingHeaderOrSource(Foo2C, FS.view(llvm::None)); in TEST() 67 PathResult = getCorrespondingHeaderOrSource(Foo3C, FS.view(llvm::None)); in TEST() 73 PathResult = getCorrespondingHeaderOrSource(Invalid, FS.view(llvm::None)); in TEST() 181 getCorrespondingHeaderOrSource(testPath(TU.Filename), HeaderAST, in TEST() 247 getCorrespondingHeaderOrSource(testPath(TU.Filename), AST, in TEST()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | HeaderSourceSwitch.h | 20 llvm::Optional<Path> getCorrespondingHeaderOrSource( 26 llvm::Optional<Path> getCorrespondingHeaderOrSource(const Path &OriginalFile,
|
D | HeaderSourceSwitch.cpp | 19 llvm::Optional<Path> getCorrespondingHeaderOrSource( in getCorrespondingHeaderOrSource() function 72 llvm::Optional<Path> getCorrespondingHeaderOrSource(const Path &OriginalFile, in getCorrespondingHeaderOrSource() function
|
D | ClangdServer.cpp | 552 if (auto CorrespondingFile = getCorrespondingHeaderOrSource( in switchSourceHeader() 559 CB(getCorrespondingHeaderOrSource(Path, InpAST->AST, Index)); in switchSourceHeader()
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | DefineOutline.cpp | 67 if (auto Source = getCorrespondingHeaderOrSource( in getSourceFile() 71 return getCorrespondingHeaderOrSource(std::string(FileName), *Sel.AST, in getSourceFile()
|