Home
last modified time | relevance | path

Searched refs:SuppressIncludeNotFoundError (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h220 bool SuppressIncludeNotFoundError : 1; variable
1120 SuppressIncludeNotFoundError = Suppress; in SetSuppressIncludeNotFoundError()
1124 return SuppressIncludeNotFoundError; in GetSuppressIncludeNotFoundError()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp100 SuppressIncludeNotFoundError = false; in Preprocessor()
H A DPragma.cpp534 if (!SuppressIncludeNotFoundError) in HandlePragmaDependency()
H A DPPDirectives.cpp2017 if (SuppressIncludeNotFoundError) in LookupHeaderIncludeOrImport()