Searched refs:getAssociatedDeclaration (Results 1 – 4 of 4) sorted by relevance
7141 ->getAssociatedDeclaration() in generateInfoForComponentList()7166 const ValueDecl *MapDecl = (I->getAssociatedDeclaration()) in generateInfoForComponentList()7167 ? I->getAssociatedDeclaration() in generateInfoForComponentList()7472 ->getAssociatedDeclaration() in generateInfoForComponentList()8045 L.Components.back().getAssociatedDeclaration(); in generateAllInfoForClauses()8549 if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration()) in generateInfoForCapture()8565 (std::prev(It)->getAssociatedDeclaration() && in generateInfoForCapture()8567 ->getAssociatedDeclaration() in generateInfoForCapture()8570 (It->getAssociatedDeclaration() && in generateInfoForCapture()8615 if (CI->getAssociatedDeclaration() != in generateInfoForCapture()[all …]
6964 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPMapClause()7059 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPToClause()7089 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPFromClause()7113 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPUseDevicePtrClause()7133 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPUseDeviceAddrClause()7153 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPIsDevicePtrClause()7173 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPHasDeviceAddrClause()
3872 return MC.getAssociatedDeclaration() == in VisitDeclRefExpr()4060 const Decl *CCD = CCI->getAssociatedDeclaration(); in VisitMemberExpr()4061 const Decl *SCD = SC.getAssociatedDeclaration(); in VisitMemberExpr()21727 assert(CurComponents.back().getAssociatedDeclaration() == VD && in checkMapConflicts()21787 if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration()) in checkMapConflicts()21839 std::prev(CI)->getAssociatedDeclaration()->getType(); in checkMapConflicts()21871 CI->getAssociatedDeclaration()->getCanonicalDecl() == in checkMapConflicts()21896 while (It != End && !It->getAssociatedDeclaration()) in checkMapConflicts()21900 if (It != Begin && It->getAssociatedDeclaration() in checkMapConflicts()22221 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()[all …]
5221 ValueDecl *getAssociatedDeclaration() const { in getAssociatedDeclaration() function