Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h139 bool SuppressIncludeNotFoundError : 1; variable
486 SuppressIncludeNotFoundError = Suppress; in SetSuppressIncludeNotFoundError()
490 return SuppressIncludeNotFoundError; in GetSuppressIncludeNotFoundError()
/trueos/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp90 SuppressIncludeNotFoundError = false; in Preprocessor()
HDPragma.cpp480 if (!SuppressIncludeNotFoundError) in HandlePragmaDependency()
HDPPDirectives.cpp1523 if (!SuppressIncludeNotFoundError) { in HandleIncludeDirective()