Home
last modified time | relevance | path

Searched refs:IsInsideMainFile (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.cpp330 bool IsInsideMainFile = in build() local
333 if (IsInsideMainFile && in build()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSourceCodeTests.cpp551 TEST(SourceCodeTests, IsInsideMainFile) { in TEST() argument