Home
last modified time | relevance | path

Searched defs:Methods (Results 1 – 14 of 14) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/docs/
H A DObjectiveCLiterals.rst316 Array-Style Subscripting
371 Dictionary-Style Subscripting
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Darc-repeated-weak.mm293 @interface Test (Methods) category
296 @implementation Test (Methods) category
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndexHigh.cpp25 SmallVectorImpl<const Decl *> &Methods) { in getTopOverriddenMethods()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp2329 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, bool instance) { in CollectMultipleMethodsInGlobalPool()
2366 SmallVector<ObjCMethodDecl *, 4> Methods; in LookupMethodInGlobalPool() local
2442 GlobalMethods &Methods = Pos->second; in LookupImplementedMethodInGlobalPool() local
2492 SmallVector<const ObjCMethodDecl *, 8> Methods; in SelectorsForTypoCorrection() local
H A DSemaDeclCXX.cpp6189 const llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in CheckMostOverridenMethods()
6251 llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in AddMostOverridenMethods()
H A DSemaOverload.cpp5690 SmallVector<ObjCMethodDecl*, 4> Methods; in SelectBestMethod() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp2866 ArrayRef<llvm::Constant*> Methods) { in EmitMethodDescList()
3102 ArrayRef<llvm::Constant*> Methods) { in EmitMetaClass()
3327 ArrayRef<llvm::Constant*> Methods) { in EmitMethodList()
5598 std::vector<llvm::Constant*> Methods; in BuildClassRoTInitializer() local
5934 std::vector<llvm::Constant*> Methods; in GenerateCategory() local
6032 ArrayRef<llvm::Constant*> Methods) { in EmitMethodList()
H A DCGObjCGNU.cpp1478 std::vector<llvm::Constant*> Methods; in GenerateMethodList() local
1570 llvm::Constant *Methods, in GenerateClassStructure()
1660 std::vector<llvm::Constant*> Methods; in GenerateProtocolMethodList() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp973 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse()
1035 SmallVectorImpl<const ObjCMethodDecl *> &Methods) { in CollectOverriddenMethods()
H A DVTableBuilder.cpp181 const OverridingMethods& Methods = I->second; in FinalOverriders() local
1104 OverriddenMethodsSetTy *Methods; member
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DProgrammersManual.rst2530 .. _derivedtypes:
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2890 data_type_ref Methods) { in EmitKeyDataLength()
2924 data_type_ref Methods, unsigned DataLen) { in EmitData()
H A DASTReader.cpp7134 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods, in addMethodsToPool()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6440 ArrayRef<ObjCMethodDecl *> Methods, in Write_method_list_t_initializer()
6818 ArrayRef<ObjCMethodDecl *> Methods, in Write__extendedMethodTypes_initializer()