Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dobjc.rs50 pub(crate) struct ObjCMethod { struct
53 name: String,
57 rust_name: String,
59 signature: FunctionSig,
62 is_class_method: bool,
104 pub(crate) fn methods(&self) -> &Vec<ObjCMethod> { in methods()
119 pub(crate) fn class_methods(&self) -> &Vec<ObjCMethod> { in class_methods()
205 fn add_method(&mut self, method: ObjCMethod) { in add_method()
214 impl ObjCMethod { impl
219 ) -> ObjCMethod { in new()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DODRDiagsEmitter.h115 ObjCMethod, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DODRDiagsEmitter.h115 ObjCMethod, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DODRDiagsEmitter.h115 ObjCMethod, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DODRDiagsEmitter.h115 ObjCMethod, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/
DAnyCall.h33 ObjCMethod, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/
DAnyCall.h33 ObjCMethod, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/
DAnyCall.h33 ObjCMethod, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/
DAnyCall.h33 ObjCMethod, enumerator
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp4096 void Sema::CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod, in CheckObjCMethodOverrides()
4317 ObjCMethodDecl *ObjCMethod = ObjCMethodDecl::Create( in ActOnMethodDeclaration() local
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclObjC.h233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in NamedDecl() argument
/aosp_15_r20/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2563 ObjCMethod = 1U << 2, in CalculateDiagnostic() enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/
Dmod.rs4439 method: &ObjCMethod, in objc_method_codegen()
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp404 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, in addRedeclaredMethods()