Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp815 const char *DiagnosticTag, in FinishLexStringLiteral() argument
820 << /*Source='in...'*/0 << DiagnosticTag; in FinishLexStringLiteral()
847 << /*Source='in...'*/0 << DiagnosticTag; in FinishLexStringLiteral()
/external/clang/include/clang/Lex/
DPreprocessor.h1072 const char *DiagnosticTag, bool AllowMacroExpansion) { in LexStringLiteral() argument
1077 return FinishLexStringLiteral(Result, String, DiagnosticTag, in LexStringLiteral()
1084 const char *DiagnosticTag,