Searched refs:CalleeLoc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 747 SourceLocation CalleeLoc = CE->getCalleeDecl() in checkMustTailAttr() local 800 Diag(CalleeLoc, diag::note_musttail_callconv_mismatch) in checkMustTailAttr() 824 Diag(CalleeLoc, diag::note_musttail_callee_defined_here) in checkMustTailAttr() 886 Diag(CalleeLoc, PD); in checkMustTailAttr()
|
H A D | TreeTransform.h | 3142 SourceLocation CalleeLoc, 16347 OverloadedOperatorKind Op, SourceLocation OpLoc, SourceLocation CalleeLoc, in RebuildCXXOperatorCallExpr() argument 16374 return getSema().CreateBuiltinArraySubscriptExpr(First, CalleeLoc, Second, in RebuildCXXOperatorCallExpr()
|