/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/ |
D | objc.rs | 50 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/ |
D | ODRDiagsEmitter.h | 115 ObjCMethod, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | ODRDiagsEmitter.h | 115 ObjCMethod, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | ODRDiagsEmitter.h | 115 ObjCMethod, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | ODRDiagsEmitter.h | 115 ObjCMethod, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/ |
D | AnyCall.h | 33 ObjCMethod, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/ |
D | AnyCall.h | 33 ObjCMethod, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/ |
D | AnyCall.h | 33 ObjCMethod, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/ |
D | AnyCall.h | 33 ObjCMethod, enumerator
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 4096 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 D | DeclObjC.h | 233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in NamedDecl() argument
|
/aosp_15_r20/external/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 2563 ObjCMethod = 1U << 2, in CalculateDiagnostic() enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/ |
D | mod.rs | 4439 method: &ObjCMethod, in objc_method_codegen()
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | ASTContext.cpp | 404 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, in addRedeclaredMethods()
|