Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h225 bool SuppressIncludeNotFoundError : 1; variable
1266 SuppressIncludeNotFoundError = Suppress; in SetSuppressIncludeNotFoundError()
1270 return SuppressIncludeNotFoundError; in GetSuppressIncludeNotFoundError()
/src/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp104 SuppressIncludeNotFoundError = false; in Preprocessor()
H A DPragma.cpp546 if (!SuppressIncludeNotFoundError) in HandlePragmaDependency()
H A DPPDirectives.cpp2130 if (SuppressIncludeNotFoundError) in LookupHeaderIncludeOrImport()