Home
last modified time | relevance | path

Searched refs:ListsPerDecl (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp10877 SmallVector<unsigned, 16> ListsPerDecl; in VisitOMPMapClause() local
10878 ListsPerDecl.reserve(UniqueDecls); in VisitOMPMapClause()
10880 ListsPerDecl.push_back(Record.readInt()); in VisitOMPMapClause()
10881 C->setDeclNumLists(ListsPerDecl); in VisitOMPMapClause()
11004 SmallVector<unsigned, 16> ListsPerDecl; in VisitOMPToClause() local
11005 ListsPerDecl.reserve(UniqueDecls); in VisitOMPToClause()
11007 ListsPerDecl.push_back(Record.readInt()); in VisitOMPToClause()
11008 C->setDeclNumLists(ListsPerDecl); in VisitOMPToClause()
11060 SmallVector<unsigned, 16> ListsPerDecl; in VisitOMPFromClause() local
11061 ListsPerDecl.reserve(UniqueDecls); in VisitOMPFromClause()
[all …]