Home
last modified time | relevance | path

Searched refs:DiagnosticTag (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Lex/
DPreprocessor.cpp818 const char *DiagnosticTag, in FinishLexStringLiteral() argument
823 << /*Source='in...'*/0 << DiagnosticTag; in FinishLexStringLiteral()
850 << /*Source='in...'*/0 << DiagnosticTag; in FinishLexStringLiteral()
/external/clang/include/clang/Lex/
DPreprocessor.h1089 const char *DiagnosticTag, bool AllowMacroExpansion) { in LexStringLiteral() argument
1094 return FinishLexStringLiteral(Result, String, DiagnosticTag, in LexStringLiteral()
1101 const char *DiagnosticTag,