Home
last modified time | relevance | path

Searched defs:super (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang/test/Modules/Inputs/
H A Dweird_objc.h1 typedef struct objc_object { void *super; int wibble; } *id; member
/llvm-project/polly/lib/External/isl/interface/
H A Dpython.cc129 const char *fmt, int pos, bool upcast, const string &super, in print_type_check()
169 const vector<string> &super) in print_type_checks()
525 FunctionDecl *method, vector<string> super) in print_method()
673 vector<string> super) in print_method()
709 const vector<string> &super) in print_set_enum()
738 FunctionDecl *fd, const vector<string> &super) in print_set_enum()
882 const string &name, const vector<string> &super) in print_class_header()
1119 vector<string> super = find_superclasses(clazz.type); in print() local
H A Dcpp.cc101 static void copy_method(isl_class &clazz, const isl_class &super, in copy_method()
182 const isl_class &super, const function_set &methods) in copy_methods()
201 void cpp_generator::copy_super_methods(isl_class &clazz, const isl_class &super) in copy_super_methods()
225 for (const auto &super : supers) in copy_super_methods() local
231 const auto &super = classes[super_name]; in copy_super_methods() local
386 auto super = method.clazz.copied_from.at(method.fd); in print_method_variants() local
H A Dplain_cpp.cc207 std::string super; in print_subclass_type() local
478 const isl_class &super) in print_isa_type_template()
875 std::string super; in print_public_constructors() local
H A Dgenerator.cc473 vector<string> super; in find_superclasses() local
H A Dtemplate_cpp.cc1082 auto super = isl_namespace + name; in add_template_class() local
/llvm-project/clang/test/SemaObjC/
H A Dno-protocol-option-tests.m17 @interface super - PMeth; @end interface
H A Dsuper.m59 typedef Foo super; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/
H A Dsuper-self.m29 #define INITIALIZE() [super self] category
/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h350 using super = typename Traits::AggregateBuilderBase; variable
423 using super = variable
459 using super = variable
/llvm-project/polly/lib/External/isl/include/isl/
H A Dctx.h40 #define __isl_subclass(super) argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-using.cpp174 typedef C<T> super; typedef in template_instantiations::C
/llvm-project/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp615 Class super = class_getSuperclass(block_contents->isa); in range_info_callback() local
/llvm-project/polly/lib/External/isl/
H A Disl_coalesce.c767 isl_bool super; in is_adj_ineq_extension_with_wraps() local
1121 isl_bool super; in is_relaxed_extension() local
/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp535 typedef ConstEvaluatedExprVisitor<DynamicThisUseChecker> super; typedef
/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3546 typedef StmtVisitor<ARCCastChecker, ACCResult> super; global() typedef in __anon8a6ab6650411::ARCCastChecker
[all...]
H A DSemaDeclObjC.cpp4388 if (ObjCInterfaceDecl *super = iface->getSuperClass()) searchFrom() local
[all...]
H A DSemaTemplate.cpp3764 typedef RecursiveASTVisitor<DependencyChecker> super; global() typedef