Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h333 SourceLocation LessLoc; member
355 void add(Parser &P, Expr *TemplateName, SourceLocation LessLoc, in add()
360 Locs.back().LessLoc = LessLoc; in add()
364 Locs.push_back({TemplateName, LessLoc, Prio, in add()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp1804 diagnoseUnknownTemplateId(LAngle.TemplateName, LAngle.LessLoc)) { in checkPotentialAngleBracketDelimiter()
1815 getCurScope(), LAngle.TemplateName, LAngle.LessLoc, in checkPotentialAngleBracketDelimiter()
/netbsd-src/external/apache2/llvm/dist/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.cpp2187 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()