Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h190 bool SuppressIncludeNotFoundError : 1; variable
861 SuppressIncludeNotFoundError = Suppress; in SetSuppressIncludeNotFoundError()
865 return SuppressIncludeNotFoundError; in GetSuppressIncludeNotFoundError()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp100 SuppressIncludeNotFoundError = false; in Preprocessor()
H A DPragma.cpp512 if (!SuppressIncludeNotFoundError) in HandlePragmaDependency()
H A DPPDirectives.cpp1783 if (!SuppressIncludeNotFoundError) { in HandleIncludeDirective()