Searched defs:CalleeDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h673 const Decl *CalleeDecl; member in class:clang::CodeGen::ABIArgInfo::CGCalleeInfo
676 explicit CGCalleeInfo() : CalleeProtoTy(nullptr), CalleeDecl(nullptr) {}
678 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {}
680 : CalleeProtoTy(calleeProtoTy), CalleeDecl(nullptr) {}
682 : CalleeProtoTy(nullptr), CalleeDecl(calleeDecl) {}
687 const Decl *getCalleeDecl() { return CalleeDecl; }
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp206 const CXXMethodDecl *CalleeDecl = local
209 if (const auto *Dtor = dyn_cast<CXXDestructorDecl>(CalleeDecl))
212 else if (const auto *Ctor = dyn_cast<CXXConstructorDecl>(CalleeDecl))
216 FInfo = &CGM.getTypes().arrangeCXXMethodDeclaration(CalleeDecl);
277 *this, CalleeDecl, This, UseVirtualCall);
1374 /* CalleeDecl */ nullptr,

Completed in 110 milliseconds