Home
last modified time | relevance | path

Searched refs:LessLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h339 SourceLocation LessLoc; member
361 void add(Parser &P, Expr *TemplateName, SourceLocation LessLoc, in add()
366 Locs.back().LessLoc = LessLoc; in add()
370 Locs.push_back({TemplateName, LessLoc, Prio, in add()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseTemplate.cpp1851 diagnoseUnknownTemplateId(LAngle.TemplateName, LAngle.LessLoc)) { in checkPotentialAngleBracketDelimiter()
1862 getCurScope(), LAngle.TemplateName, LAngle.LessLoc, in checkPotentialAngleBracketDelimiter()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2105 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 DRewriteModernObjC.cpp2188 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()