Home
last modified time | relevance | path

Searched defs:Private (Results 1 – 25 of 55) sorted by relevance

123

/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared.lwg2070.pass.cpp80 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 Dp12.cpp12 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 Dsubclass-comment.mm36 @interface SubSubClass (Private) category
/llvm-project/compiler-rt/test/ubsan/TestCases/TypeCheck/Function/
H A Dfunction.cpp16 struct Private {}; struct
29 void fnPrivate(Private *) {} in fnPrivate() argument
/llvm-project/clang/tools/clang-fuzzer/corpus_examples/objc/
H A DClassCategory.m8 @interface BaseClass(Private) category
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.constructible/
H A Dconstructible_from.compile.pass.cpp44 struct Private { global() struct
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.destructible/
H A Ddestructible.compile.pass.cpp40 struct Private { struct
/llvm-project/clang-tools-extra/clangd/support/
H A DContext.h138 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 DReachability-Private.cpp23 export module Private; module
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-shared.cpp168 class Private { class
170 Private(int z) {} in Private() function in Private
173 Private() {} in Private() function in Private
H A Dmake-unique.cpp213 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 Dp14-0x.cpp18 class Private { class
/llvm-project/clang/test/SemaCXX/
H A Dcxx98-compat-flags.cpp13 struct Private { struct
H A Dcxx98-compat-pedantic.cpp52 struct Private { struct
H A Dunaddressable-functions.cpp4 class Private { class
/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h56 enum ReaderKind : unsigned { Public = 0, Private = 1 }; enumerator
/llvm-project/libcxxabi/test/
H A Dcatch_null_pointer_to_object_pr64953.pass.cpp53 struct Private : private Base { struct
69 struct Ambiguous2 : Derived1, Private { argument
H A Dcatch_pointer_reference.pass.cpp38 struct Private : private Base {}; struct
/llvm-project/clang/include/clang/InstallAPI/
H A DHeaderFile.h30 Private, enumerator
/llvm-project/libc/src/__support/GPU/generic/
H A Dutils.h
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp18.cpp5 struct Private {} private_; struct
/llvm-project/libc/src/__support/GPU/amdgpu/
H A Dutils.h
/llvm-project/libc/src/__support/GPU/nvptx/
H A Dutils.h
/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h114 bool Private = false; member
/llvm-project/clang/test/SemaObjC/
H A Dmessage.m63 @implementation XX (Private) category

123