Home
last modified time | relevance | path

Searched defs:Base1 (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project/clang/test/CodeCompletion/
H A Dctor-initializer.cpp1 struct Base1 { struct
2 Base1() : {} in Base1() function
8 Base1(int) : member1(123), {} in Base1() argument
18 struct Derived : public Base1 { argument
H A Dmember-access.cpp1 struct Base1 { struct
12 struct Base3 : Base1, Base2 { argument
[all...]
/llvm-project/clang/test/Parser/
H A Dcxx-invalid-function-decl.cpp18 struct Base1 { struct
20 Base1(T a1) : x1(a1) {} in Base1() argument
/llvm-project/lldb/test/API/lang/cpp/multiple-inheritance/
H A Dmain.cpp11 struct Base1 : CommonBase { struct
13 Base1() { in Base1() argument
35 struct FinalClass : Base1, Base2 { argument
/llvm-project/clang/test/Frontend/
H A Dplugin-call-super.cpp6 struct Base1 { struct
12 struct Derive : public Base1, public Base2 { argument
/llvm-project/clang/test/CXX/class/class.mem/
H A Dp8-0x.cpp3 struct Base1 { struct
31 struct Base1 { struct
32 virtual void g() {} in g()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconfusable-identifiers.cpp92 struct Base1 { struct
99 struct Derived1 : Base1 { argument
/llvm-project/clang/test/Index/
H A Dindex-suppress-refs.cpp5 typedef B1 Base1; typedef in Sub
/llvm-project/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
H A Ddebug-info-thunk.cpp117 struct Base1 { struct
118 int i;
120 virtual X f() { return X(); } in f()
H A Dguard_nocf.cpp91 struct Base1 { struct
H A Dthunks.cpp188 struct Base1 { struct
189 int i;
191 virtual X f() { return X(); } in f()
/llvm-project/clang/test/SemaCXX/
H A DMicrosoftSuper.cpp16 struct Base1 { struct
24 struct Derived : Base1 { argument
H A Doffsetof.cpp42 struct Base1 { struct
50 struct Derived2 : public Base1, public Base2 { argument
H A Dcode-seg1.cpp4 struct __declspec(code_seg("my_base")) Base1 {}; struct
H A Dcode-seg.cpp24 struct __declspec(code_seg("my_base")) Base1 {}; struct
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-function.cpp45 struct Base1 { struct
46 virtual ~Base1() {} in ~Base1() argument
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.derived/
H A Dderived_from.pass.cpp17 struct Base1 {}; struct
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineScheduler.cpp39 const MachineOperand &Base1 = AArch64InstrInfo::getLdStBaseOp(MI1); in mayOverlapWrite() local
/llvm-project/clang/test/SemaTemplate/
H A Ddependent-base-classes.cpp66 struct Base1 { struct
67 typedef int type; // expected-note{{member type 'int' found by ambiguous name lookup}}
H A Dinstantiate-using-decl.cpp35 typedef Visitor1<Derived> Base1; typedef
/llvm-project/clang/test/SemaObjC/
H A Darc-repeated-weak.mm343 @interface Base1 interface
356 @interface Base1(cat) interface in cat
/llvm-project/clang/test/Analysis/
H A Dreinterpret-cast.cpp23 class Base1 {}; class
/llvm-project/clang/test/AST/
H A Dast-dump-records-json.cpp64 struct Base1 {}; struct
H A Dast-dump-records.cpp255 struct Base1 {}; struct
[all...]

12