Searched defs:Methods (Results 1 – 14 of 14) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/docs/ |
H A D | ObjectiveCLiterals.rst | 316 Array-Style Subscripting 371 Dictionary-Style Subscripting
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | arc-repeated-weak.mm | 293 @interface Test (Methods) category 296 @implementation Test (Methods) category
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CIndexHigh.cpp | 25 SmallVectorImpl<const Decl *> &Methods) { in getTopOverriddenMethods()
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 2329 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 D | SemaDeclCXX.cpp | 6189 const llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in CheckMostOverridenMethods() 6251 llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in AddMostOverridenMethods()
|
H A D | SemaOverload.cpp | 5690 SmallVector<ObjCMethodDecl*, 4> Methods; in SelectBestMethod() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 2866 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 D | CGObjCGNU.cpp | 1478 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 D | DeclObjC.cpp | 973 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse() 1035 SmallVectorImpl<const ObjCMethodDecl *> &Methods) { in CollectOverriddenMethods()
|
H A D | VTableBuilder.cpp | 181 const OverridingMethods& Methods = I->second; in FinalOverriders() local 1104 OverriddenMethodsSetTy *Methods; member
|
/minix3/external/bsd/llvm/dist/llvm/docs/ |
H A D | ProgrammersManual.rst | 2530 .. _derivedtypes:
|
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 2890 data_type_ref Methods) { in EmitKeyDataLength() 2924 data_type_ref Methods, unsigned DataLen) { in EmitData()
|
H A D | ASTReader.cpp | 7134 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods, in addMethodsToPool()
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 6440 ArrayRef<ObjCMethodDecl *> Methods, in Write_method_list_t_initializer() 6818 ArrayRef<ObjCMethodDecl *> Methods, in Write__extendedMethodTypes_initializer()
|