Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h198 bool SuppressIncludeNotFoundError : 1; variable
973 SuppressIncludeNotFoundError = Suppress; in SetSuppressIncludeNotFoundError()
977 return SuppressIncludeNotFoundError; in GetSuppressIncludeNotFoundError()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp100 SuppressIncludeNotFoundError = false; in Preprocessor()
H A DPragma.cpp526 if (!SuppressIncludeNotFoundError) in HandlePragmaDependency()
H A DPPDirectives.cpp1786 if (SuppressIncludeNotFoundError) in LookupHeaderIncludeOrImport()