Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPreprocessor.cpp782 const char *DiagnosticTag, in FinishLexStringLiteral() argument
787 << /*Source='in...'*/0 << DiagnosticTag; in FinishLexStringLiteral()
814 << /*Source='in...'*/0 << DiagnosticTag; in FinishLexStringLiteral()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessor.h731 const char *DiagnosticTag, bool AllowMacroExpansion) { in LexStringLiteral() argument
736 return FinishLexStringLiteral(Result, String, DiagnosticTag, in LexStringLiteral()
743 const char *DiagnosticTag,