Searched refs:getAssociatedDeclaration (Results 1 – 4 of 4) sorted by relevance
2054 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPMapClause()2121 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPToClause()2141 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPFromClause()
927 IsVariableUsedInMapClause |= EI->getAssociatedDeclaration() == D; in IsOpenMPCapturedByRef()10664 assert(CurComponents.back().getAssociatedDeclaration() == VD && in CheckMapConflicts()10678 assert(StackComponents.back().getAssociatedDeclaration() == VD && in CheckMapConflicts()10717 if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration()) in CheckMapConflicts()10748 std::prev(CI)->getAssociatedDeclaration()->getType(); in CheckMapConflicts()10924 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
5275 if (I->getAssociatedDeclaration()->getType()->isAnyPointerType() && in generateInfoForComponentList()5278 BP, I->getAssociatedDeclaration()->getType()); in generateInfoForComponentList()5280 I->getAssociatedDeclaration() in generateInfoForComponentList()
2813 ValueDecl *getAssociatedDeclaration() const { in getAssociatedDeclaration() function