Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.constructible/
H A Dconstructible_from.compile.pass.cpp40 struct Protected { struct
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.destructible/
H A Ddestructible.compile.pass.cpp36 struct Protected { struct
/llvm-project-15.0.7/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-15.0.7/libcxxabi/test/
H A Dcatch_pointer_reference.pass.cpp39 struct Protected : protected Base {}; struct
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp18.cpp4 struct Protected {} protected_; struct
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dunaddressable-functions.cpp16 class Protected { class
/llvm-project-15.0.7/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-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml64 | Protected Constructor
H A Dllvm_debuginfo.mli64 | Protected Constructor
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h369 enum class Visibility { Public, Protected, Private }; enumerator
/llvm-project-15.0.7/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h166 Protected, enumerator
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h385 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 }; enumerator
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml76 | Protected Constructor
H A Dllvm.mli117 | Protected Constructor
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h268 Protected = 2, enumerator
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1928 None, Private, Protected, Public, Package enumerator
/llvm-project-15.0.7/flang/lib/Parser/
H A Dunparse.cpp581 void Post(const Protected &) { Word("PROTECTED"); } in Post()