HomeSort by relevance Sort by last modified time
    Searched refs:getCorrectionDeclAs (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Sema/
TypoCorrection.h 137 DeclClass *getCorrectionDeclAs() const {
320 return candidate.getCorrectionDeclAs<C>();
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 442 ObjCInterfaceDecl *ID = candidate.getCorrectionDeclAs<ObjCInterfaceDecl>();
489 PrevDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>();
    [all...]
SemaExprMember.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 132 if (FieldDecl *FD = candidate.getCorrectionDeclAs<FieldDecl>())
135 return candidate.getCorrectionDeclAs<VarDecl>();
137 candidate.getCorrectionDeclAs<NamespaceDecl>())
    [all...]

Completed in 281 milliseconds