Home
last modified time | relevance | path

Searched refs:RangeLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2487 SourceLocation RangeLoc = Range->getBeginLoc(); in ActOnCXXForRangeStmt() local
2488 VarDecl *RangeVar = BuildForRangeVarDecl(*this, RangeLoc, in ActOnCXXForRangeStmt()
2491 if (FinishForRangeVarDecl(*this, RangeVar, Range, RangeLoc, in ActOnCXXForRangeStmt()
2500 StmtResult RangeDecl = ActOnDeclStmt(RangeGroup, RangeLoc, RangeLoc); in ActOnCXXForRangeStmt()
2670 SourceLocation RangeLoc, in RebuildForRangeWithDereference() argument
2678 AdjustedRange = SemaRef.BuildUnaryOp(S, RangeLoc, UO_Deref, Range); in RebuildForRangeWithDereference()
2692 SemaRef.Diag(RangeLoc, diag::err_for_range_dereference) in RebuildForRangeWithDereference()
2693 << Range->getType() << FixItHint::CreateInsertion(RangeLoc, "*"); in RebuildForRangeWithDereference()
2742 SourceLocation RangeLoc = RangeVar->getLocation(); in BuildCXXForRangeStmt() local
2762 if (RequireCompleteType(RangeLoc, RangeType, in BuildCXXForRangeStmt()
[all …]
H A DSemaOverload.cpp16833 SourceLocation RangeLoc, in BuildForRangeBeginEndCall() argument
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10715 SourceLocation RangeLoc,