Searched refs:RangeLoc (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 2380 SourceLocation RangeLoc = Range->getBeginLoc(); in ActOnCXXForRangeStmt() local 2381 VarDecl *RangeVar = BuildForRangeVarDecl(*this, RangeLoc, in ActOnCXXForRangeStmt() 2384 if (FinishForRangeVarDecl(*this, RangeVar, Range, RangeLoc, in ActOnCXXForRangeStmt() 2393 StmtResult RangeDecl = ActOnDeclStmt(RangeGroup, RangeLoc, RangeLoc); in ActOnCXXForRangeStmt() 2563 SourceLocation RangeLoc, in RebuildForRangeWithDereference() argument 2571 AdjustedRange = SemaRef.BuildUnaryOp(S, RangeLoc, UO_Deref, Range); in RebuildForRangeWithDereference() 2585 SemaRef.Diag(RangeLoc, diag::err_for_range_dereference) in RebuildForRangeWithDereference() 2586 << Range->getType() << FixItHint::CreateInsertion(RangeLoc, "*"); in RebuildForRangeWithDereference() 2633 SourceLocation RangeLoc = RangeVar->getLocation(); in BuildCXXForRangeStmt() local 2653 if (RequireCompleteType(RangeLoc, RangeType, in BuildCXXForRangeStmt() [all …]
|
| H A D | SemaOverload.cpp | 16015 SourceLocation RangeLoc, in BuildForRangeBeginEndCall() argument
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10500 SourceLocation RangeLoc,
|