Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h134 DeclClass *getCorrectionDeclAs() const { in getCorrectionDeclAs() function
279 return candidate.getCorrectionDeclAs<C>(); in ValidateCandidate()
/external/clang/lib/Sema/
DSemaOpenMP.cpp80 VD = Corrected.getCorrectionDeclAs<VarDecl>(); in ActOnOpenMPIdExpression()
DSemaDeclObjC.cpp434 ObjCInterfaceDecl *ID = candidate.getCorrectionDeclAs<ObjCInterfaceDecl>(); in ValidateCandidate()
516 PrevDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>(); in ActOnStartClassInterface()
751 if ((PDecl = Corrected.getCorrectionDeclAs<ObjCProtocolDecl>())) { in FindProtocolDeclaration()
997 IDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>(); in ActOnStartClassImplementation()
DSemaExprObjC.cpp1607 Corrected.getCorrectionDeclAs<ObjCPropertyDecl>(); in HandleExprPropertyRefExpr()
1766 return candidate.getCorrectionDeclAs<ObjCInterfaceDecl>() || in ValidateCandidate()
1856 Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) { in getObjCMessageKind()
DSemaExprMember.cpp1228 IV = Corrected.getCorrectionDeclAs<ObjCIvarDecl>(); in LookupMemberExpr()
DSemaInit.cpp1643 FieldDecl *FD = candidate.getCorrectionDeclAs<FieldDecl>(); in ValidateCandidate()
1821 ReplacementField = Corrected.getCorrectionDeclAs<FieldDecl>(); in CheckDesignatedInitializer()
DSemaDecl.cpp1454 IDecl = C.getCorrectionDeclAs<ObjCInterfaceDecl>(); in getObjCInterfaceDecl()
9640 FunctionDecl *Func = Corrected.getCorrectionDeclAs<FunctionDecl>(); in ImplicitlyDefineFunction()
DSemaDeclCXX.cpp2417 if (FieldDecl *Member = Corr.getCorrectionDeclAs<FieldDecl>()) { in BuildMemInitializer()
2428 } else if (TypeDecl *Type = Corr.getCorrectionDeclAs<TypeDecl>()) { in BuildMemInitializer()