Searched refs:LessLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 7864 SourceLocation LessLoc; member 7886 void add(Parser &P, Expr *TemplateName, SourceLocation LessLoc, in add() 7891 Locs.back().LessLoc = LessLoc; in add() 7895 Locs.push_back({TemplateName, LessLoc, Prio, P.ParenCount, in add()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 1572 diagnoseUnknownTemplateId(LAngle.TemplateName, LAngle.LessLoc)) { in checkPotentialAngleBracketDelimiter() 1583 getCurScope(), LAngle.TemplateName, LAngle.LessLoc, in checkPotentialAngleBracketDelimiter()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2103 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() local 2106 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes() 2148 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() local 2151 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes() 2170 SourceLocation LessLoc = in RewriteObjCQualifiedInterfaceTypes() local 2175 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
|
| H A D | RewriteModernObjC.cpp | 2186 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() local 2189 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes() 2235 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() local 2238 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes() 2257 SourceLocation LessLoc = in RewriteObjCQualifiedInterfaceTypes() local 2262 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
|