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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h305 SourceLocation LessLoc; member in struct:clang::Parser::Loc
327 void add(Parser &P, Expr *TemplateName, SourceLocation LessLoc, argument
332 Locs.back().LessLoc = LessLoc;
336 Locs.push_back({TemplateName, LessLoc, Prio,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1824 diagnoseUnknownTemplateId(LAngle.TemplateName, LAngle.LessLoc)) {
1835 getCurScope(), LAngle.TemplateName, LAngle.LessLoc,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2102 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); local
2105 InsertText(LessLoc, "/*");
2147 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); local
2150 InsertText(LessLoc, "/*");
2169 SourceLocation LessLoc = local
2174 InsertText(LessLoc, "/*");
H A DRewriteModernObjC.cpp2184 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); local
2187 InsertText(LessLoc, "/*");
2233 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); local
2236 InsertText(LessLoc, "/*");
2255 SourceLocation LessLoc = local
2260 InsertText(LessLoc, "/*");

Completed in 213 milliseconds