/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.constructible/ |
H A D | constructible_from.compile.pass.cpp | 40 struct Protected { global() struct
|
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.destructible/ |
H A D | destructible.compile.pass.cpp | 36 struct Protected { struct
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | make-shared.cpp | 186 class Protected { class 188 Protected() {} in Protected() function in Protected 191 Protected(int, int) {} in Protected() function in Protected
|
H A D | make-unique.cpp | 231 class Protected { class 233 Protected() {} in Protected() function in Protected 236 Protected(int, int) {} in Protected() function in Protected
|
/llvm-project/libcxxabi/test/ |
H A D | catch_null_pointer_to_object_pr64953.pass.cpp | 56 struct Protected : protected Base { struct 72 struct Ambiguous3 : Derived1, Protected { argument
|
H A D | catch_pointer_reference.pass.cpp | 39 struct Protected : protected Base {}; struct
|
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
H A D | p18.cpp | 4 struct Protected {} protected_; struct
|
/llvm-project/clang/test/SemaCXX/ |
H A D | unaddressable-functions.cpp | 16 class Protected { class
|
/llvm-project/clang/test/CXX/class.access/ |
H A D | p6.cpp | 18 struct Public {}; struct Protected {}; struct Private {}; struct
|
H A D | p4.cpp | 16 class Protected {} ProtectedInst; class
|
/llvm-project/llvm/bindings/ocaml/debuginfo/ |
H A D | llvm_debuginfo.ml | 64 | Protected Constructor
|
H A D | llvm_debuginfo.mli | 64 | Protected Constructor
|
/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 160 Protected, global() enumerator
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Class.h | 407 enum class Visibility { Public, Protected, Private }; global() enumerator
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 385 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 }; enumerator
|
/llvm-project/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 77 | Protected Constructor
|
H A D | llvm.mli | 120 | Protected Constructor
|
/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.h | 397 Protected, global() enumerator
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 275 Protected = 2, enumerator
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 1955 None, Private, Protected, Public, Package global() enumerator
|
/llvm-project/flang/lib/Parser/ |
H A D | unparse.cpp | 596 void Post(const Protected &) { Word("PROTECTED"); } in Post() argument
|