Home
last modified time | relevance | path

Searched defs:MemberPtr (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/clang/lib/AST/
H A DExprConstant.cpp1151 struct MemberPtr { struct
1152 MemberPtr() {} in MemberPtr() function
1153 explicit MemberPtr(const ValueDecl *Decl) : in MemberPtr() argument
1158 const ValueDecl *getDecl() const { in getDecl()
1162 bool isDerivedMember() const { in isDerivedMember()
1166 const CXXRecordDecl *getContainingRecord() const { in getContainingRecord()
1171 void moveInto(APValue &V) const { in moveInto()
1174 void setFrom(const APValue &V) { in setFrom()
1186 llvm::PointerIntPair<const ValueDecl*, 1, bool> DeclAndIsDerivedMember;
1189 SmallVector<const CXXRecordDecl*, 4> Path;
[all …]
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/functional/
H A Dfunction_ref_test.cc105 TEST(FunctionRef, MemberPtr) { in TEST() argument
155 using MemberPtr = int S::*; in TEST() typedef
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/functional/
H A Dfunction_ref_test.cc105 TEST(FunctionRef, MemberPtr) { in TEST() argument
155 using MemberPtr = int S::*; in TEST() typedef
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/functional/
H A Dfunction_ref_test.cc104 TEST(FunctionRef, MemberPtr) { in TEST() argument
154 using MemberPtr = int S::*; in TEST() typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/functional/
Dfunction_ref_test.cc105 TEST(FunctionRef, MemberPtr) { in TEST() argument
155 using MemberPtr = int S::*; in TEST() typedef
/aosp_15_r20/external/abseil-cpp/absl/functional/
H A Dfunction_ref_test.cc111 TEST(FunctionRef, MemberPtr) { in TEST() argument
161 using MemberPtr = int S::*; in TEST() typedef
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/functional/
H A Dfunction_ref_test.cc111 TEST(FunctionRef, MemberPtr) { in TEST() argument
161 using MemberPtr = int S::*; in TEST() typedef
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/functional/
H A Dfunction_ref_test.cc111 TEST(FunctionRef, MemberPtr) { in TEST() argument
161 using MemberPtr = int S::*; in TEST() typedef
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp133 namespace MemberPtr { namespace
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DVectorUtils.cpp1395 Value *MemberPtr = getLoadStorePointerOperand(Member); in analyzeInterleaving() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Parse/
DParser.h1117 MemberPtr, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Parse/
DParser.h1117 MemberPtr, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Parse/
DParser.h1096 MemberPtr, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Parse/
DParser.h1143 MemberPtr, enumerator
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaLookup.cpp2663 const MemberPointerType *MemberPtr = cast<MemberPointerType>(T); in addAssociatedClassesAndNamespaces() local