Searched refs:LessLoc (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 344 SourceLocation LessLoc; member 366 void add(Parser &P, Expr *TemplateName, SourceLocation LessLoc, in add() 371 Locs.back().LessLoc = LessLoc; in add() 375 Locs.push_back({TemplateName, LessLoc, Prio, in add()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 1870 diagnoseUnknownTemplateId(LAngle.TemplateName, LAngle.LessLoc)) { in checkPotentialAngleBracketDelimiter() 1881 getCurScope(), LAngle.TemplateName, LAngle.LessLoc, in checkPotentialAngleBracketDelimiter()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2105 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() local 2108 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes() 2150 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() local 2153 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes() 2172 SourceLocation LessLoc = in RewriteObjCQualifiedInterfaceTypes() local 2177 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
|
| H A D | RewriteModernObjC.cpp | 2188 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() local 2191 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes() 2237 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() local 2240 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes() 2259 SourceLocation LessLoc = in RewriteObjCQualifiedInterfaceTypes() local 2264 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
|