Searched refs:ListsPerDecl (Results 1 – 1 of 1) sorted by relevance
12313 SmallVector<unsigned, 16> ListsPerDecl; in VisitOMPMapClause() local12314 ListsPerDecl.reserve(UniqueDecls); in VisitOMPMapClause()12317 C->setDeclNumLists(ListsPerDecl); in VisitOMPMapClause()12408 ListsPerDecl.reserve(UniqueDecls); in VisitOMPToClause()12411 C->setDeclNumLists(ListsPerDecl); in VisitOMPToClause()12450 ListsPerDecl.reserve(UniqueDecls); in VisitOMPFromClause()12453 C->setDeclNumLists(ListsPerDecl); in VisitOMPFromClause()12500 ListsPerDecl.reserve(UniqueDecls); in VisitOMPUseDevicePtrClause()12503 C->setDeclNumLists(ListsPerDecl); in VisitOMPUseDevicePtrClause()12543 ListsPerDecl.reserve(UniqueDecls); in VisitOMPIsDevicePtrClause()[all …]