Searched defs:RangeLoc (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2538 SourceLocation RangeLoc = Range->getBeginLoc(); ActOnCXXForRangeStmt() local 2720 RebuildForRangeWithDereference(Sema & SemaRef,Scope * S,SourceLocation ForLoc,SourceLocation CoawaitLoc,Stmt * InitStmt,Stmt * LoopVarDecl,SourceLocation ColonLoc,Expr * Range,SourceLocation RangeLoc,SourceLocation RParenLoc) RebuildForRangeWithDereference() argument 2792 SourceLocation RangeLoc = RangeVar->getLocation(); BuildCXXForRangeStmt() local [all...] |
H A D | SemaOverload.cpp | 16015 SourceLocation RangeLoc, in BuildForRangeBeginEndCall() argument
|