Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurDecl

2721         NamedDecl *CurDecl = getCurFunctionOrMethodDecl();
2723 if (isa<ObjCMethodDecl>(CurDecl))
2725 else if (isa<CXXConstructorDecl>(CurDecl))
2727 else if (isa<CXXDestructorDecl>(CurDecl))
2731 << CurDecl->getDeclName() << FunctionKind
2754 NamedDecl *CurDecl = getCurFunctionOrMethodDecl();
2757 if (isa<ObjCMethodDecl>(CurDecl))
2759 else if (isa<CXXConstructorDecl>(CurDecl))
2761 else if (isa<CXXDestructorDecl>(CurDecl))
2765 << CurDecl->getDeclName() << FunctionKind