Searched refs:CallRef (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 494 struct CallRef { struct 495 CallRef() : OrigCallee(), CallIndex(0), Version() {} in CallRef() argument 496 CallRef(const FunctionDecl *Callee, unsigned CallIndex, unsigned Version) in CallRef() argument 536 CallRef Arguments; 569 CallRef createCall(const FunctionDecl *Callee) { in createCall() 586 CallRef Arguments); 623 APValue &createParam(CallRef Args, const ParmVarDecl *PVD, LValue &LV); 980 BottomFrame(*this, SourceLocation(), nullptr, nullptr, CallRef()), in EvalInfo() 1051 APValue *getParamSlot(CallRef Call, const ParmVarDecl *PVD) { in getParamSlot() 1438 CallRef Call) in CallStackFrame() [all …]
|