Searched refs:LessLoc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 393 SourceLocation LessLoc; member 415 void add(Parser &P, Expr *TemplateName, SourceLocation LessLoc, in add() 420 Locs.back().LessLoc = LessLoc; in add() 424 Locs.push_back({TemplateName, LessLoc, Prio, in add()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 1788 diagnoseUnknownTemplateId(LAngle.TemplateName, LAngle.LessLoc)) { in checkPotentialAngleBracketDelimiter() 1799 getCurScope(), LAngle.TemplateName, LAngle.LessLoc, in checkPotentialAngleBracketDelimiter()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 2187 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() local 2190 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes() 2236 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() local 2239 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes() 2258 SourceLocation LessLoc = in RewriteObjCQualifiedInterfaceTypes() local 2263 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
|