Home
last modified time | relevance | path

Searched refs:getImplementation (Results 1 – 18 of 18) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-0x.cpp39 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 DDeclObjC.cpp368 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 DASTImporter.cpp3372 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 DASTDumper.cpp1451 dumpDeclRef(D->getImplementation()); in VisitObjCCategoryDecl()
1475 dumpDeclRef(D->getImplementation()); in VisitObjCInterfaceDecl()
H A DASTContext.cpp1880 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp91 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan()
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp152 return ID->getImplementation() != nullptr; in hasObjCImpl()
154 return CD->getImplementation() != nullptr; in hasObjCImpl()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp376 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 DSemaLookup.cpp3111 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 DSemaCodeComplete.cpp193 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 DSemaObjCProperty.cpp1725 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp83 return LookupFieldBitOffset(CGM, ID, ID->getImplementation(), Ivar); in ComputeBitfieldBitOffset()
H A DCGDebugInfo.cpp1642 if (!Def || !Def->getImplementation()) { in CreateType()
1665 if (ID->getImplementation()) in CreateTypeDefinition()
1765 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) { in CreateTypeDefinition()
H A DCGObjCMac.cpp4340 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 DBodyFarm.cpp406 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h814 ObjCImplementationDecl *getImplementation() const;
1762 ObjCCategoryImplDecl *getImplementation() const;
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6612 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 DCIndex.cpp5037 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()