Searched defs:Methods (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp863 CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods, bool MovedToSuper) argument
936 CollectOverriddenMethods(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods) argument
[all...]
H A DVTableBuilder.cpp175 const OverridingMethods& Methods = I->second; local
1102 OverriddenMethodsSetTy *Methods; member in struct:__anon3167::__anon3168::OverriddenMethodsCollector
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1498 std::vector<llvm::Constant*> Methods; local
1582 GenerateClassStructure( llvm::Constant *MetaClass, llvm::Constant *SuperClass, unsigned info, const char *Name, llvm::Constant *Version, llvm::Constant *InstanceSize, llvm::Constant *IVars, llvm::Constant *Methods, llvm::Constant *Protocols, llvm::Constant *IvarOffsets, llvm::Constant *Properties, llvm::Constant *StrongIvarBitmap, llvm::Constant *WeakIvarBitmap, bool isMeta) argument
1680 std::vector<llvm::Constant*> Methods; local
[all...]
H A DCGObjCMac.cpp2903 EmitMethodDescList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
3153 EmitMetaClass(const ObjCImplementationDecl *ID, llvm::Constant *Protocols, ArrayRef<llvm::Constant*> Methods) argument
3387 EmitMethodList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
5668 std::vector<llvm::Constant*> Methods; local
5996 std::vector<llvm::Constant*> Methods; local
6090 EmitMethodList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp2251 SmallVector<ObjCMethodDecl *, 4> Methods; local
2374 SmallVector<const ObjCMethodDecl *, 8> Methods; local
[all...]
H A DSemaDeclCXX.cpp5727 CheckMostOverridenMethods(const CXXMethodDecl *MD, const llvm::SmallPtrSet<const CXXMethodDecl *, 8>& Methods) argument
5782 AddMostOverridenMethods(const CXXMethodDecl *MD, llvm::SmallPtrSet<const CXXMethodDecl *, 8>& Methods) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp2729 EmitKeyDataLength(raw_ostream& Out, Selector Sel, data_type_ref Methods) argument
2759 EmitData(raw_ostream& Out, key_type_ref, data_type_ref Methods, unsigned DataLen) argument
[all...]
H A DASTReader.cpp6322 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods, argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp6534 Write_method_list_t_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCMethodDecl *> Methods, StringRef VarName, StringRef TopLevelDeclName, bool MethodImpl) argument
6912 Write__extendedMethodTypes_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCMethodDecl *> Methods, StringRef VarName, StringRef ProtocolName) argument
[all...]

Completed in 298 milliseconds