Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11182 ListsPerDecl.reserve(UniqueDecls); in VisitOMPMapClause()
11185 C->setDeclNumLists(ListsPerDecl); in VisitOMPMapClause()
11309 ListsPerDecl.reserve(UniqueDecls); in VisitOMPToClause()
11312 C->setDeclNumLists(ListsPerDecl); in VisitOMPToClause()
11365 ListsPerDecl.reserve(UniqueDecls); in VisitOMPFromClause()
11368 C->setDeclNumLists(ListsPerDecl); in VisitOMPFromClause()
11415 ListsPerDecl.reserve(UniqueDecls); in VisitOMPUseDevicePtrClause()
11418 C->setDeclNumLists(ListsPerDecl); in VisitOMPUseDevicePtrClause()
11460 C->setDeclNumLists(ListsPerDecl); in VisitOMPUseDeviceAddrClause()
11503 C->setDeclNumLists(ListsPerDecl); in VisitOMPIsDevicePtrClause()
[all …]