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

/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp207 const CXXMethodDecl *CalleeDecl = local
210 if (const auto *Dtor = dyn_cast<CXXDestructorDecl>(CalleeDecl))
213 else if (const auto *Ctor = dyn_cast<CXXConstructorDecl>(CalleeDecl))
217 FInfo = &CGM.getTypes().arrangeCXXMethodDeclaration(CalleeDecl);
1270 E->placement_arg_end(), /* CalleeDecl */ nullptr,

Completed in 67 milliseconds