| /llvm-project-15.0.7/clang/tools/clang-fuzzer/corpus_examples/objc/ |
| H A D | ClassExtension.m | 4 @interface BaseClass : RootObject interface 7 @interface BaseClass() { interface in int 15 @implementation BaseClass implementation
|
| H A D | ClassCategory.m | 4 @interface BaseClass : RootObject interface 8 @interface BaseClass(Private) interface in Private 14 @implementation BaseClass implementation
|
| H A D | SharedInstance.m | 7 @interface BaseClass : RootObject interface 16 @implementation BaseClass implementation
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | debug-info-ivars.m | 8 @interface BaseClass : NSObject interface 18 @implementation BaseClass implementation
|
| H A D | protocol-property-synth.m | 3 @interface BaseClass { interface 27 @implementation BaseClass @end implementation
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/dynamic_value_child_count/ |
| H A D | pass-to-base.cpp | 4 class BaseClass class 20 BaseClass::BaseClass() in BaseClass() function in BaseClass
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | dllimport-dtor-thunks.cpp | 11 struct BaseClass { struct 12 virtual ~BaseClass() {} in ~BaseClass() argument
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-ivar-offsets/ |
| H A D | objc-ivar-offsets.m | 3 @implementation BaseClass implementation
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-property/ |
| H A D | main.m | 11 @interface BaseClass : NSObject interface 37 @implementation BaseClass implementation
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | code-seg1.cpp | 65 struct __declspec(code_seg("my_class")) BaseClass { struct 69 struct __declspec(code_seg("my_class")) DerivedClass1 : virtual BaseClass { //OK argument
|
| H A D | expression-traits.cpp | 171 struct BaseClass struct 180 struct Class : BaseClass argument
|
| /llvm-project-15.0.7/third-party/benchmark/include/benchmark/ |
| H A D | benchmark.h | 1259 #define BENCHMARK_PRIVATE_CONCAT_NAME(BaseClass, Method) \ argument 1387 #define BENCHMARK_DEFINE_F(BaseClass, Method) \ argument 1391 #define BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, Method, a) \ argument 1395 #define BENCHMARK_TEMPLATE2_DEFINE_F(BaseClass, Method, a, b) \ argument 1400 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ argument 1404 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) \ argument 1408 #define BENCHMARK_REGISTER_F(BaseClass, Method) \ argument 1416 #define BENCHMARK_F(BaseClass, Method) \ argument 1421 #define BENCHMARK_TEMPLATE1_F(BaseClass, Method, a) \ argument 1426 #define BENCHMARK_TEMPLATE2_F(BaseClass, Method, a, b) \ argument [all …]
|
| /llvm-project-15.0.7/clang/test/FixIt/ |
| H A D | auto-isa-fixit.m | 22 @interface BaseClass { interface
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/ |
| H A D | global-classes.cpp | 61 struct BaseClass { struct 62 constexpr BaseClass(int N) in BaseClass() function 68 struct DerivedClass : public BaseClass<int> { argument
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | CopyConstructorInitCheck.cpp | 57 const CXXRecordDecl *BaseClass = in check() local
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | derived.cpp | 35 class BaseClass { class
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | deprecated-objc-introspection.m | 48 @interface BaseClass { interface
|
| H A D | unguarded-availability.m | 323 @interface BaseClass interface 330 @interface BaseClass (CategoryWithNewProtocolRequirement) <NewProtocol> interface in CategoryWithNewProtocolRequirement
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | ExceptionAnalyzer.cpp | 51 const auto *BaseClass = BaseType->getAsCXXRecordDecl(); in isBaseOf() local 59 bool ExceptionAnalyzer::ExceptionInfo::filterByCatch(const Type *BaseClass) { in filterByCatch()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | GCNIterativeScheduler.h | 30 using BaseClass = ScheduleDAGMILive; variable
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeleteWithNonVirtualDtorChecker.cpp | 73 const auto *BaseClass = BaseClassRegion->getValueType()->getAsCXXRecordDecl(); in checkPreStmt() local
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 77 class BaseClass final : public FieldNode { class 81 BaseClass(const QualType &T) : FieldNode(nullptr), BaseClassT(T) { in BaseClass() function in __anone5f1a8e20111::BaseClass
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | MemberwiseConstructor.cpp | 58 const auto *BaseClass = Base.getType()->getAsCXXRecordDecl(); in prepare() local
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DelayedDiagnostic.h | 68 BaseNonce _, CXXRecordDecl *BaseClass, in AccessedEntity()
|
| /llvm-project-15.0.7/clang/unittests/CodeGen/ |
| H A D | TBAAMetadataTest.cpp | 939 TEST(TBAAMetadataTest, BaseClass) { in TEST() argument
|