Home
last modified time | relevance | path

Searched defs:ImpDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp599 const ObjCImplementationDecl *ImpDecl, in ClassImplementsAllMethodsAndProperties() argument
829 const ObjCImplementationDecl *ImpDecl) { in migrateProtocolConformance() argument
1032 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateMethodInstanceType() local
1303 else if (ObjCImplDecl *ImpDecl in migrateFactoryMethod() local
1859 else if (const ObjCImplementationDecl *ImpDecl = HandleTranslationUnit() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2134 CheckImplementationIvars(ObjCImplementationDecl * ImpDecl,ObjCIvarDecl ** ivars,unsigned numIvars,SourceLocation RBrace) CheckImplementationIvars() argument
4674 checkObjCDirectMethodClashes(Sema & S,ObjCInterfaceDecl * IDecl,ObjCMethodDecl * Method,ObjCImplDecl * ImpDecl=nullptr) checkObjCDirectMethodClashes() argument
4843 if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(ClassDecl)) { ActOnMethodDeclaration() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp768 Method = Instance ? ImpDecl->getInstanceMethod(Sel) in lookupPrivateMethod() local
H A DASTImporter.cpp10224 const Decl *ImpDecl = importChecked(Err, FromPath[Idx]); ImportAPValue() local
10251 const Decl *ImpDecl = importChecked( ImportAPValue() local
10284 const Decl *ImpDecl = importChecked(Err, FromDecl); ImportAPValue() local