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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DTypoCorrection.h136 DeclClass *getCorrectionDeclAs() const { function in class:clang::TypoCorrection
298 return candidate.getCorrectionDeclAs<C>();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp146 if (FieldDecl *FD = candidate.getCorrectionDeclAs<FieldDecl>())
149 return candidate.getCorrectionDeclAs<VarDecl>();
151 candidate.getCorrectionDeclAs<NamespaceDecl>())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp432 ObjCInterfaceDecl *ID = candidate.getCorrectionDeclAs<ObjCInterfaceDecl>();
516 PrevDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>();
770 if ((PDecl = Corrected.getCorrectionDeclAs<ObjCProtocolDecl>()))
1008 if (Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) {
H A DSemaOpenMP.cpp414 VD = Corrected.getCorrectionDeclAs<VarDecl>();
H A DSemaExprMember.cpp1282 IV = Corrected.getCorrectionDeclAs<ObjCIvarDecl>();
H A DSemaExprObjC.cpp1777 return candidate.getCorrectionDeclAs<ObjCInterfaceDecl>() ||
1866 Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) {
H A DSemaInit.cpp1652 FieldDecl *FD = candidate.getCorrectionDeclAs<FieldDecl>();
1829 ReplacementField = Corrected.getCorrectionDeclAs<FieldDecl>();
H A DSemaDeclCXX.cpp2589 if (FieldDecl *Member = Corr.getCorrectionDeclAs<FieldDecl>()) {
2597 } else if (TypeDecl *Type = Corr.getCorrectionDeclAs<TypeDecl>()) {
H A DSemaDecl.cpp1438 IDecl = C.getCorrectionDeclAs<ObjCInterfaceDecl>();

Completed in 351 milliseconds