Home
last modified time | relevance | path

Searched refs:SetSuppressIncludeNotFoundError (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DFeatureModulesTests.cpp93 CI.getPreprocessor().SetSuppressIncludeNotFoundError(true); in TEST()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DDependencyFile.cpp203 PP.SetSuppressIncludeNotFoundError(true); in attachToPreprocessor()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1119 void SetSuppressIncludeNotFoundError(bool Suppress) { in SetSuppressIncludeNotFoundError() function