Home
last modified time | relevance | path

Searched refs:getCanonicalIncludes (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DTestTU.cpp149 AST.getCanonicalIncludes())); in headerSymbols()
163 AST.getCanonicalIncludes()); in index()
DFileIndexTests.cpp177 AST.getCanonicalIncludes()); in update()
420 AST.getCanonicalIncludes()); in TEST()
541 AST.getCanonicalIncludes()); in TEST()
549 AST.getCanonicalIncludes()); in TEST()
694 AST.getPreprocessorPtr(), AST.getCanonicalIncludes()); in TEST()
/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.h96 const CanonicalIncludes &getCanonicalIncludes() const;
DParsedAST.cpp528 const CanonicalIncludes &ParsedAST::getCanonicalIncludes() const { in getCanonicalIncludes() function in clang::clangd::ParsedAST
/external/llvm-project/clang-tools-extra/clangd/index/
DFileIndex.cpp222 AST.getLocalTopLevelDecls(), &AST.getMacros(), AST.getCanonicalIncludes(), in indexMainDecls()