Searched refs:getCorrectionDeclAs (Results 1 – 9 of 9) sorted by relevance
136 DeclClass *getCorrectionDeclAs() const { in getCorrectionDeclAs() function299 return candidate.getCorrectionDeclAs<C>(); in ValidateCandidate()
135 if (FieldDecl *FD = candidate.getCorrectionDeclAs<FieldDecl>()) in ValidateCandidate()138 return candidate.getCorrectionDeclAs<VarDecl>(); in ValidateCandidate()140 candidate.getCorrectionDeclAs<NamespaceDecl>()) in ValidateCandidate()
445 ObjCInterfaceDecl *ID = candidate.getCorrectionDeclAs<ObjCInterfaceDecl>(); in ValidateCandidate()529 PrevDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>(); in ActOnStartClassInterface()798 if ((PDecl = Corrected.getCorrectionDeclAs<ObjCProtocolDecl>())) in FindProtocolDeclaration()1039 if (Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) { in ActOnStartClassImplementation()
1287 IV = Corrected.getCorrectionDeclAs<ObjCIvarDecl>(); in LookupMemberExpr()
1817 return candidate.getCorrectionDeclAs<ObjCInterfaceDecl>() || in ValidateCandidate()1907 Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) { in getObjCMessageKind()
1768 FieldDecl *FD = candidate.getCorrectionDeclAs<FieldDecl>(); in ValidateCandidate()1945 ReplacementField = Corrected.getCorrectionDeclAs<FieldDecl>(); in CheckDesignatedInitializer()
579 VD = Corrected.getCorrectionDeclAs<VarDecl>(); in ActOnOpenMPIdExpression()
2670 if (FieldDecl *Member = Corr.getCorrectionDeclAs<FieldDecl>()) { in BuildMemInitializer()2678 } else if (TypeDecl *Type = Corr.getCorrectionDeclAs<TypeDecl>()) { in BuildMemInitializer()
1545 IDecl = C.getCorrectionDeclAs<ObjCInterfaceDecl>(); in getObjCInterfaceDecl()