Searched refs:RangeLoc (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 2519 SourceLocation RangeLoc = Range->getBeginLoc(); in ActOnCXXForRangeStmt() local 2520 VarDecl *RangeVar = BuildForRangeVarDecl(*this, RangeLoc, in ActOnCXXForRangeStmt() 2532 StmtResult RangeDecl = ActOnDeclStmt(RangeGroup, RangeLoc, RangeLoc); in ActOnCXXForRangeStmt() 2723 SemaRef.Diag(RangeLoc, diag::err_for_range_dereference) in RebuildForRangeWithDereference() 2773 SourceLocation RangeLoc = RangeVar->getLocation(); in BuildCXXForRangeStmt() local 2793 if (RequireCompleteType(RangeLoc, RangeType, in BuildCXXForRangeStmt() 2899 OverloadCandidateSet CandidateSet(RangeLoc, in BuildCXXForRangeStmt() 2957 Diag(RangeLoc, getLangOpts().CPlusPlus17 in BuildCXXForRangeStmt() 2990 Diag(RangeLoc, diag::note_for_range_invalid_iterator) in BuildCXXForRangeStmt() 2991 << RangeLoc << 0 << BeginRangeRef.get()->getType(); in BuildCXXForRangeStmt() [all …]
|
| H A D | SemaOverload.cpp | 15128 SourceLocation RangeLoc, in BuildForRangeBeginEndCall() argument
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 4053 SourceLocation RangeLoc,
|