Home | History | Annotate | Download | only in Sema

Lines Matching refs:isa

66           !isa<ObjCImplementationDecl>(method->getDeclContext()))
74 if (isa<ObjCProtocolDecl>(method->getDeclContext())) {
454 if (PrevDecl && !isa<ObjCInterfaceDecl>(PrevDecl)) {
582 if (isa<ObjCCompatibleAliasDecl>(ADecl))
952 if (PrevDecl && !isa<ObjCInterfaceDecl>(PrevDecl)) {
988 if (PrevDecl && !isa<ObjCInterfaceDecl>(PrevDecl)) {
1701 isa<ObjCProtocolDecl>(CDecl));
1704 isa<ObjCProtocolDecl>(CDecl));
1728 isa<ObjCProtocolDecl>(CDecl));
1731 isa<ObjCProtocolDecl>(CDecl));
1911 if (PrevDecl && !isa<ObjCInterfaceDecl>(PrevDecl)) {
1928 if (isa<ObjCObjectType>(TDD->getUnderlyingType())) {
1981 if (isa<VectorType>(left)) return isa<VectorType>(right);
1982 if (isa<VectorType>(right)) return false;
2013 if (!isa<RecordType>(lt) || !isa<RecordType>(rt)) return false;
2021 if ((isa<CXXRecordDecl>(left) && !cast<CXXRecordDecl>(left)->isPOD()) ||
2022 (isa<CXXRecordDecl>(right) && !cast<CXXRecordDecl>(right)->isPOD()))
2325 isa<ObjCInterfaceDecl>(ClassDecl) || isa<ObjCCategoryDecl>(ClassDecl)
2326 || isa<ObjCProtocolDecl>(ClassDecl);
2327 bool checkIdenticalMethods = isa<ObjCImplementationDecl>(ClassDecl);
2387 if (isa<ObjCInterfaceDecl>(ClassDecl)) {
2795 if (isa<ObjCProtocolDecl>(overridden->getDeclContext()) ||
2811 if (isa<ObjCInterfaceDecl>(ObjCMethod->getDeclContext()) ||
2812 isa<ObjCImplementationDecl>(ObjCMethod->getDeclContext()))
2814 isa<ObjCProtocolDecl>(overridden->getDeclContext()));
2817 isa<ObjCInterfaceDecl>(overridden->getDeclContext()) &&
3076 if (isa<ObjCContainerDecl>(CurContext->getRedeclContext()))
3081 if (isa<TranslationUnitDecl>(getCurLexicalContext()->getRedeclContext()))