Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h239 bool SuppressIncludeNotFoundError : 1; variable
1277 SuppressIncludeNotFoundError = Suppress; in SetSuppressIncludeNotFoundError()
1281 return SuppressIncludeNotFoundError; in GetSuppressIncludeNotFoundError()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp102 SuppressIncludeNotFoundError = false; in Preprocessor()
H A DPragma.cpp542 if (!SuppressIncludeNotFoundError) in HandlePragmaDependency()
H A DPPDirectives.cpp2164 if (SuppressIncludeNotFoundError) in LookupHeaderIncludeOrImport()