Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h215 bool SuppressIncludeNotFoundError : 1; variable
1247 SuppressIncludeNotFoundError = Suppress; in SetSuppressIncludeNotFoundError()
1251 return SuppressIncludeNotFoundError; in GetSuppressIncludeNotFoundError()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp100 SuppressIncludeNotFoundError = false; in Preprocessor()
H A DPragma.cpp535 if (!SuppressIncludeNotFoundError) in HandlePragmaDependency()
H A DPPDirectives.cpp2007 if (SuppressIncludeNotFoundError) in LookupHeaderIncludeOrImport()