Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDLiteralSupport.cpp1269 return DiagnoseLexingError(SourceLocation()); in init()
1287 return DiagnoseLexingError(StringToks[i].getLocation()); in init()
1351 return DiagnoseLexingError(StringToks[i].getLocation()); in init()
1431 return DiagnoseLexingError(StringToks[i].getLocation()); in init()
1593 void StringLiteralParser::DiagnoseLexingError(SourceLocation Loc) { in DiagnoseLexingError() function in StringLiteralParser
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDLiteralSupport.h255 void DiagnoseLexingError(SourceLocation Loc);