Home
last modified time | relevance | path

Searched defs:ObjCMethod (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Dobjc.rs51 pub struct ObjCMethod { struct
54 name: String,
58 rust_name: String,
60 signature: FunctionSig,
63 is_class_method: bool,
107 pub fn methods(&self) -> &Vec<ObjCMethod> { in methods()
122 pub fn class_methods(&self) -> &Vec<ObjCMethod> { in class_methods()
200 fn add_method(&mut self, method: ObjCMethod) { in add_method()
209 impl ObjCMethod { impl
214 ) -> ObjCMethod { in new()
/external/llvm-project/clang/include/clang/Analysis/
DAnyCall.h32 ObjCMethod, enumerator
/external/clang/lib/Sema/
DSemaDeclObjC.cpp4096 void Sema::CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod, in CheckObjCMethodOverrides()
4317 ObjCMethodDecl *ObjCMethod = ObjCMethodDecl::Create( in ActOnMethodDeclaration() local
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp4420 void Sema::CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod, in CheckObjCMethodOverrides()
4735 ObjCMethodDecl *ObjCMethod = ObjCMethodDecl::Create( in ActOnMethodDeclaration() local
/external/clang/include/clang/AST/
DDeclObjC.h233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in NamedDecl() argument
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2563 ObjCMethod = 1U << 2, in CalculateDiagnostic() enumerator
/external/rust/crates/bindgen/src/codegen/
Dmod.rs3922 method: &ObjCMethod, in objc_method_codegen()
/external/clang/lib/AST/
DASTContext.cpp404 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, in addRedeclaredMethods()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp457 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, in addRedeclaredMethods()