Home
last modified time | relevance | path

Searched refs:getCorrectionDeclAs (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/Sema/
DTypoCorrection.h136 DeclClass *getCorrectionDeclAs() const { in getCorrectionDeclAs() function
299 return candidate.getCorrectionDeclAs<C>(); in ValidateCandidate()
/external/clang/lib/Parse/
DParseStmt.cpp135 if (FieldDecl *FD = candidate.getCorrectionDeclAs<FieldDecl>()) in ValidateCandidate()
138 return candidate.getCorrectionDeclAs<VarDecl>(); in ValidateCandidate()
140 candidate.getCorrectionDeclAs<NamespaceDecl>()) in ValidateCandidate()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp445 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()
DSemaExprMember.cpp1287 IV = Corrected.getCorrectionDeclAs<ObjCIvarDecl>(); in LookupMemberExpr()
DSemaExprObjC.cpp1817 return candidate.getCorrectionDeclAs<ObjCInterfaceDecl>() || in ValidateCandidate()
1907 Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) { in getObjCMessageKind()
DSemaInit.cpp1768 FieldDecl *FD = candidate.getCorrectionDeclAs<FieldDecl>(); in ValidateCandidate()
1945 ReplacementField = Corrected.getCorrectionDeclAs<FieldDecl>(); in CheckDesignatedInitializer()
DSemaOpenMP.cpp579 VD = Corrected.getCorrectionDeclAs<VarDecl>(); in ActOnOpenMPIdExpression()
DSemaDeclCXX.cpp2670 if (FieldDecl *Member = Corr.getCorrectionDeclAs<FieldDecl>()) { in BuildMemInitializer()
2678 } else if (TypeDecl *Type = Corr.getCorrectionDeclAs<TypeDecl>()) { in BuildMemInitializer()
DSemaDecl.cpp1545 IDecl = C.getCorrectionDeclAs<ObjCInterfaceDecl>(); in getObjCInterfaceDecl()