Searched refs:CallRef (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 491 struct CallRef { struct 492 CallRef() : OrigCallee(), CallIndex(0), Version() {} in CallRef() function 493 CallRef(const FunctionDecl *Callee, unsigned CallIndex, unsigned Version) in CallRef() argument 533 CallRef Arguments; 566 CallRef createCall(const FunctionDecl *Callee) { in createCall() 583 CallRef Arguments); 625 APValue &createParam(CallRef Args, const ParmVarDecl *PVD, LValue &LV); 970 BottomFrame(*this, SourceLocation(), nullptr, nullptr, CallRef()), in EvalInfo() 1040 APValue *getParamSlot(CallRef Call, const ParmVarDecl *PVD) { in getParamSlot() 1433 CallRef Call) in CallStackFrame() [all …]
|