Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPragma.cpp502 bool SuppressIncludeNotFoundError) { in LexHeader() argument
533 if (!SuppressIncludeNotFoundError) in LexHeader()
559 LexHeader(*this, File, SuppressIncludeNotFoundError); in HandlePragmaIncludeInstead()
578 LexHeader(*this, File, SuppressIncludeNotFoundError); in HandlePragmaDependency()
DPreprocessor.cpp100 SuppressIncludeNotFoundError = false; in Preprocessor()
DPPDirectives.cpp1853 if (SuppressIncludeNotFoundError) in LookupHeaderIncludeOrImport()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPreprocessor.h198 bool SuppressIncludeNotFoundError : 1; variable
974 SuppressIncludeNotFoundError = Suppress; in SetSuppressIncludeNotFoundError()
978 return SuppressIncludeNotFoundError; in GetSuppressIncludeNotFoundError()