Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurDecl

2465         NamedDecl *CurDecl = getCurFunctionOrMethodDecl();
2467 if (isa<ObjCMethodDecl>(CurDecl))
2469 else if (isa<CXXConstructorDecl>(CurDecl))
2471 else if (isa<CXXDestructorDecl>(CurDecl))
2475 << CurDecl->getDeclName() << FunctionKind
2498 NamedDecl *CurDecl = getCurFunctionOrMethodDecl();
2501 if (isa<ObjCMethodDecl>(CurDecl))
2503 else if (isa<CXXConstructorDecl>(CurDecl))
2505 else if (isa<CXXDestructorDecl>(CurDecl))
2509 << CurDecl->getDeclName() << FunctionKind