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