Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp762 const char *DiagnosticTag, in FinishLexStringLiteral() argument
767 << /*Source='in...'*/0 << DiagnosticTag; in FinishLexStringLiteral()
794 << /*Source='in...'*/0 << DiagnosticTag; in FinishLexStringLiteral()
/external/clang/include/clang/Lex/
DPreprocessor.h813 const char *DiagnosticTag, bool AllowMacroExpansion) { in LexStringLiteral() argument
818 return FinishLexStringLiteral(Result, String, DiagnosticTag, in LexStringLiteral()
825 const char *DiagnosticTag,