/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | allocate_shared.lwg2070.pass.cpp | 80 struct Private { struct 84 friend FactoryAllocator<Private>; argument 85 Private(int i) : id(i) {} in Private() function 86 ~Private() {} in ~Private() argument
|
/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/ |
H A D | p12.cpp | 12 class Private {}; class in test1::A 33 class Private {}; // expected-note {{implicitly declared private here}} class in test2::A
|
/llvm-project/clang/test/Index/ |
H A D | subclass-comment.mm | 36 @interface SubSubClass (Private) category
|
/llvm-project/compiler-rt/test/ubsan/TestCases/TypeCheck/Function/ |
H A D | function.cpp | 16 struct Private {}; struct 29 void fnPrivate(Private *) {} in fnPrivate() argument
|
/llvm-project/clang/tools/clang-fuzzer/corpus_examples/objc/ |
H A D | ClassCategory.m | 8 @interface BaseClass(Private) category
|
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.constructible/ |
H A D | constructible_from.compile.pass.cpp | 44 struct Private { global() struct
|
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.destructible/ |
H A D | destructible.compile.pass.cpp | 40 struct Private { struct
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | Context.h | 138 static Key<std::decay_t<Type>> Private; in derive() local 143 static Key<std::decay_t<Type>> Private; in derive() local
|
/llvm-project/clang/test/Modules/ |
H A D | Reachability-Private.cpp | 23 export module Private; module
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | make-shared.cpp | 168 class Private { class 170 Private(int z) {} in Private() function in Private 173 Private() {} in Private() function in Private
|
H A D | make-unique.cpp | 213 class Private { class 215 Private(int z) {} in Private() function in Private 218 Private() {} in Private() function in Private
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/ |
H A D | p14-0x.cpp | 18 class Private { class
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx98-compat-flags.cpp | 13 struct Private { struct
|
H A D | cxx98-compat-pedantic.cpp | 52 struct Private { struct
|
H A D | unaddressable-functions.cpp | 4 class Private { class
|
/llvm-project/clang/include/clang/APINotes/ |
H A D | APINotesManager.h | 56 enum ReaderKind : unsigned { Public = 0, Private = 1 }; enumerator
|
/llvm-project/libcxxabi/test/ |
H A D | catch_null_pointer_to_object_pr64953.pass.cpp | 53 struct Private : private Base { struct 69 struct Ambiguous2 : Derived1, Private { argument
|
H A D | catch_pointer_reference.pass.cpp | 38 struct Private : private Base {}; struct
|
/llvm-project/clang/include/clang/InstallAPI/ |
H A D | HeaderFile.h | 30 Private, enumerator
|
/llvm-project/libc/src/__support/GPU/generic/ |
H A D | utils.h |
|
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
H A D | p18.cpp | 5 struct Private {} private_; struct
|
/llvm-project/libc/src/__support/GPU/amdgpu/ |
H A D | utils.h |
|
/llvm-project/libc/src/__support/GPU/nvptx/ |
H A D | utils.h |
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | COFFImportFile.h | 114 bool Private = false; member
|
/llvm-project/clang/test/SemaObjC/ |
H A D | message.m | 63 @implementation XX (Private) category
|