Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurDecl

1991         NamedDecl *CurDecl = getCurFunctionOrMethodDecl();
1993 if (isa<ObjCMethodDecl>(CurDecl))
1995 else if (isa<CXXConstructorDecl>(CurDecl))
1997 else if (isa<CXXDestructorDecl>(CurDecl))
2001 << CurDecl->getDeclName() << FunctionKind
2024 NamedDecl *CurDecl = getCurFunctionOrMethodDecl();
2027 if (isa<ObjCMethodDecl>(CurDecl))
2029 else if (isa<CXXConstructorDecl>(CurDecl))
2031 else if (isa<CXXDestructorDecl>(CurDecl))
2035 << CurDecl->getDeclName() << FunctionKind