Searched refs:HandleUserDiagnosticDirective (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp1044 return HandleUserDiagnosticDirective(Result, false);
1058 return HandleUserDiagnosticDirective(Result, true);
1403 /// HandleUserDiagnosticDirective - Handle a #warning or #error directive.
1405 void Preprocessor::HandleUserDiagnosticDirective(Token &Tok, function in class:Preprocessor
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h2239 void HandleUserDiagnosticDirective(Token &Tok, bool isWarning);

Completed in 219 milliseconds