reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/APValue.h
  532   ArrayRef<const CXXRecordDecl*> getMemberPointerPath() const;

References

tools/clang/lib/AST/APValue.cpp
  298                       RHS.getMemberPointerPath());
tools/clang/lib/AST/ExprConstant.cpp
 1652       ArrayRef<const CXXRecordDecl*> P = V.getMemberPointerPath();
tools/clang/lib/CodeGen/CGCXXABI.cpp
  256   ArrayRef<const CXXRecordDecl*> Path = MP.getMemberPointerPath();
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 2723   ArrayRef<const CXXRecordDecl *> MemberPointerPath = MP.getMemberPointerPath();
tools/clang/lib/Sema/SemaTemplate.cpp
 6482       if (!Value.getMemberPointerPath().empty()) {