Searched defs:RangeLoc (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2380 SourceLocation RangeLoc = Range->getBeginLoc(); ActOnCXXForRangeStmt() local 2563 RebuildForRangeWithDereference(Sema & SemaRef,Scope * S,SourceLocation ForLoc,SourceLocation CoawaitLoc,Stmt * InitStmt,Stmt * LoopVarDecl,SourceLocation ColonLoc,Expr * Range,SourceLocation RangeLoc,SourceLocation RParenLoc) RebuildForRangeWithDereference() argument 2633 SourceLocation RangeLoc = RangeVar->getLocation(); BuildCXXForRangeStmt() local [all...] |
H A D | SemaOverload.cpp | 16037 BuildForRangeBeginEndCall(SourceLocation Loc,SourceLocation RangeLoc,const DeclarationNameInfo & NameInfo,LookupResult & MemberLookup,OverloadCandidateSet * CandidateSet,Expr * Range,ExprResult * CallExpr) BuildForRangeBeginEndCall() argument
|