HomeSort by: relevance | last modified time | path
    Searched refs:getMemberPointerPath (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 373 RHS.getMemberPointerPath());
612 for (const CXXRecordDecl *D : getMemberPointerPath())
990 ArrayRef<const CXXRecordDecl*> APValue::getMemberPointerPath() const {
ItaniumMangle.cpp 5806 if (!V.getMemberPointerPath().empty()) {
5821 if (!V.getMemberPointerPath().empty()) {
ASTImporter.cpp 9213 FromValue.getMemberPointerPath().size());
9215 Result.getMemberPointerPath();
9216 for (unsigned Idx = 0; Idx < FromValue.getMemberPointerPath().size();
MicrosoftMangle.cpp 1761 if (!V.getMemberPointerPath().empty())
ASTContext.cpp 2530 ArrayRef<const CXXRecordDecl*> Path = MP.getMemberPointerPath();
ExprConstant.cpp 1739 ArrayRef<const CXXRecordDecl*> P = V.getMemberPointerPath();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 569 ArrayRef<const CXXRecordDecl*> getMemberPointerPath() const;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 2786 ArrayRef<const CXXRecordDecl *> MemberPointerPath = MP.getMemberPointerPath();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 6983 if (!Value.getMemberPointerPath().empty()) {

Completed in 70 milliseconds