Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DParsedAST.cpp528 bool IsInsideMainFile = in build() local
532 if (IsInsideMainFile && CTContext->shouldSuppressDiagnostic( in build()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSourceCodeTests.cpp561 TEST(SourceCodeTests, IsInsideMainFile) { in TEST() argument