Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h137 DeclClass *getCorrectionDeclAs() const { in getCorrectionDeclAs() function
320 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.cpp441 ObjCInterfaceDecl *ID = candidate.getCorrectionDeclAs<ObjCInterfaceDecl>(); in ValidateCandidate()
526 PrevDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>(); in ActOnStartClassInterface()
794 if ((PDecl = Corrected.getCorrectionDeclAs<ObjCProtocolDecl>())) in FindProtocolDeclaration()
1033 if (Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) { in ActOnStartClassImplementation()
DSemaExprMember.cpp1304 IV = Corrected.getCorrectionDeclAs<ObjCIvarDecl>(); in LookupMemberExpr()
DSemaExprObjC.cpp1788 return candidate.getCorrectionDeclAs<ObjCInterfaceDecl>() || in ValidateCandidate()
1877 Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) { in getObjCMessageKind()
DSemaInit.cpp1828 FieldDecl *FD = candidate.getCorrectionDeclAs<FieldDecl>(); in ValidateCandidate()
1992 KnownField = Corrected.getCorrectionDeclAs<FieldDecl>(); in CheckDesignatedInitializer()
DSemaDeclCXX.cpp2970 if (FieldDecl *Member = Corr.getCorrectionDeclAs<FieldDecl>()) { in BuildMemInitializer()
2978 } else if (TypeDecl *Type = Corr.getCorrectionDeclAs<TypeDecl>()) { in BuildMemInitializer()
DSemaOpenMP.cpp675 VD = Corrected.getCorrectionDeclAs<VarDecl>(); in ActOnOpenMPIdExpression()
DSemaDecl.cpp1633 IDecl = C.getCorrectionDeclAs<ObjCInterfaceDecl>(); in getObjCInterfaceDecl()