| /minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
| H A D | p3-0x.cpp | 39 auto getImplementation() const -> TFunctionType in getImplementation() function 47 auto imp = m.getImplementation<int, int, int>(); in f()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 368 if (const auto *ImplD = D->getImplementation()) { in isIntroducingInitializers() 614 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod() 1235 ObjCImplementationDecl *ObjCInterfaceDecl::getImplementation() const { in getImplementation() function in ObjCInterfaceDecl 1309 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin() 1365 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod() 1375 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod() 1684 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation() function in ObjCCategoryDecl
|
| H A D | ASTImporter.cpp | 3372 if (D->getImplementation()) { in VisitObjCCategoryDecl() 3375 Importer.Import(D->getImplementation())); in VisitObjCCategoryDecl() 3584 if (From->getImplementation()) { in ImportDefinition() 3586 Importer.Import(From->getImplementation())); in ImportDefinition() 3657 ObjCCategoryImplDecl *ToImpl = Category->getImplementation(); in VisitObjCCategoryImplDecl() 3705 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl() 3728 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl() 3730 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
|
| H A D | ASTDumper.cpp | 1451 dumpDeclRef(D->getImplementation()); in VisitObjCCategoryDecl() 1475 dumpDeclRef(D->getImplementation()); in VisitObjCInterfaceDecl()
|
| H A D | ASTContext.cpp | 1880 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCUnusedIVarsChecker.cpp | 91 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan()
|
| /minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransGCAttrs.cpp | 152 return ID->getImplementation() != nullptr; in hasObjCImpl() 154 return CD->getImplementation() != nullptr; in hasObjCImpl()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 376 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef() 380 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef() 382 ImplDeclOfMethodDecl = CD->getImplementation(); in ActOnStartOfObjCMethodDef() 915 if (!CategoryName && IDecl->getImplementation()) { in ActOnStartCategoryInterface() 917 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartCategoryInterface() 992 if (CatIDecl->getImplementation()) { in ActOnStartCategoryImplementation() 995 Diag(CatIDecl->getImplementation()->getLocation(), in ActOnStartCategoryImplementation() 1108 if (IDecl->getImplementation()) { in ActOnStartClassImplementation() 1111 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartClassImplementation()
|
| H A D | SemaLookup.cpp | 3111 if (IFace->getImplementation()) { in LookupVisibleDecls() 3113 LookupVisibleDecls(IFace->getImplementation(), Result, in LookupVisibleDecls() 3130 if (Category->getImplementation()) { in LookupVisibleDecls() 3132 LookupVisibleDecls(Category->getImplementation(), Result, in LookupVisibleDecls()
|
| H A D | SemaCodeComplete.cpp | 193 ObjCImplementation = Interface->getImplementation(); in ResultBuilder() 4874 if (ObjCCategoryImplDecl *Impl = CatDecl->getImplementation()) in AddObjCMethods() 4887 if (ObjCImplementationDecl *Impl = IFace->getImplementation()) in AddObjCMethods() 5771 (!OnlyUnimplemented || !Class->getImplementation())) in AddInterfaceResults() 5902 if ((!IgnoreImplemented || !Cat->getImplementation()) && in CodeCompleteObjCImplementationCategory()
|
| H A D | SemaObjCProperty.cpp | 1725 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.cpp | 83 return LookupFieldBitOffset(CGM, ID, ID->getImplementation(), Ivar); in ComputeBitfieldBitOffset()
|
| H A D | CGDebugInfo.cpp | 1642 if (!Def || !Def->getImplementation()) { in CreateType() 1665 if (ID->getImplementation()) in CreateTypeDefinition() 1765 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) { in CreateTypeDefinition()
|
| H A D | CGObjCMac.cpp | 4340 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in EmitModuleSymbols() 5477 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in FinishNonFragileABIModule()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 406 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 814 ObjCImplementationDecl *getImplementation() const; 1762 ObjCCategoryImplDecl *getImplementation() const;
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 6612 if (CDecl->getImplementation()) in Write_class_t() 6626 if (SuperClass->getImplementation()) in Write_class_t() 6638 if (RootClass->getImplementation()) in Write_class_t() 6748 if (ClassDecl->getImplementation()) in Write_category_t()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 5037 if (ObjCImplementationDecl *ClassImpl = Class->getImplementation()) in clang_getCursorDefinition() 5048 = cast<ObjCCategoryDecl>(D)->getImplementation()) in clang_getCursorDefinition() 5067 } else if (ObjCImplementationDecl *Impl = IFace->getImplementation()) in clang_getCursorDefinition()
|