Home | History | Annotate | Download | only in Core

Lines Matching defs:getDecl

70     const RecordDecl *RD = RT->getDecl();
87 if (!getDecl())
105 const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(getDecl());
179 const Decl *D = getDecl();
221 if (const Decl *D = getDecl()) {
295 const FunctionDecl *D = getDecl();
303 const FunctionDecl *D = getDecl();
313 const FunctionDecl *D = cast<FunctionDecl>(CalleeCtx->getDecl());
323 const FunctionDecl *D = getDecl();
376 const FunctionDecl *SimpleCall::getDecl() const {
385 const FunctionDecl *CXXInstanceCall::getDecl() const {
388 return AnyFunctionCall::getDecl();
415 const Decl *D = getDecl();
485 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CalleeCtx->getDecl());
490 if (MD->getCanonicalDecl() != getDecl()->getCanonicalDecl()) {
559 const BlockDecl *D = cast<BlockDecl>(CalleeCtx->getDecl());
585 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CalleeCtx->getDecl());
610 const ObjCMethodDecl *D = getDecl();
618 const ObjCMethodDecl *D = getDecl();
874 const ObjCMethodDecl *D = cast<ObjCMethodDecl>(CalleeCtx->getDecl());
927 const CXXMethodDecl *Ctor = cast<CXXMethodDecl>(CalleeCtx->getDecl());
953 const CXXDestructorDecl *Dtor = cast<CXXDestructorDecl>(CalleeCtx->getDecl());