Searched refs:ListsPerDecl (Results 1 – 1 of 1) sorted by relevance
2288 SmallVector<unsigned, 16> ListsPerDecl; in VisitOMPMapClause() local2289 ListsPerDecl.reserve(UniqueDecls); in VisitOMPMapClause()2291 ListsPerDecl.push_back(Record[Idx++]); in VisitOMPMapClause()2292 C->setDeclNumLists(ListsPerDecl); in VisitOMPMapClause()2382 SmallVector<unsigned, 16> ListsPerDecl; in VisitOMPToClause() local2383 ListsPerDecl.reserve(UniqueDecls); in VisitOMPToClause()2385 ListsPerDecl.push_back(Record[Idx++]); in VisitOMPToClause()2386 C->setDeclNumLists(ListsPerDecl); in VisitOMPToClause()2426 SmallVector<unsigned, 16> ListsPerDecl; in VisitOMPFromClause() local2427 ListsPerDecl.reserve(UniqueDecls); in VisitOMPFromClause()[all …]