Home
last modified time | relevance | path

Searched defs:Protected (Results 1 – 21 of 21) sorted by relevance

/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.constructible/
H A Dconstructible_from.compile.pass.cpp40 struct Protected { global() struct
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.destructible/
H A Ddestructible.compile.pass.cpp36 struct Protected { struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-shared.cpp186 class Protected { class
188 Protected() {} in Protected() function in Protected
191 Protected(int, int) {} in Protected() function in Protected
H A Dmake-unique.cpp231 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 Dcatch_null_pointer_to_object_pr64953.pass.cpp56 struct Protected : protected Base { struct
72 struct Ambiguous3 : Derived1, Protected { argument
H A Dcatch_pointer_reference.pass.cpp39 struct Protected : protected Base {}; struct
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp18.cpp4 struct Protected {} protected_; struct
/llvm-project/clang/test/SemaCXX/
H A Dunaddressable-functions.cpp16 class Protected { class
/llvm-project/clang/test/CXX/class.access/
H A Dp6.cpp18 struct Public {}; struct Protected {}; struct Private {}; struct
H A Dp4.cpp16 class Protected {} ProtectedInst; class
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml64 | Protected Constructor
H A Dllvm_debuginfo.mli64 | Protected Constructor
/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h160 Protected, global() enumerator
/llvm-project/mlir/include/mlir/TableGen/
H A DClass.h407 enum class Visibility { Public, Protected, Private }; global() enumerator
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h385 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 }; enumerator
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml77 | Protected Constructor
H A Dllvm.mli120 | Protected Constructor
/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h397 Protected, global() enumerator
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h275 Protected = 2, enumerator
/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1955 None, Private, Protected, Public, Package global() enumerator
/llvm-project/flang/lib/Parser/
H A Dunparse.cpp596 void Post(const Protected &) { Word("PROTECTED"); } in Post() argument