Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h215 bool SuppressIncludeNotFoundError : 1; variable
1246 SuppressIncludeNotFoundError = Suppress; in SetSuppressIncludeNotFoundError()
1250 return SuppressIncludeNotFoundError; in GetSuppressIncludeNotFoundError()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp100 SuppressIncludeNotFoundError = false; in Preprocessor()
H A DPragma.cpp546 if (!SuppressIncludeNotFoundError) in HandlePragmaDependency()
H A DPPDirectives.cpp2052 if (SuppressIncludeNotFoundError) in LookupHeaderIncludeOrImport()