Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1119 MappableExprComponentListsRef ComponentLists) { in getComponentsTotalNumber() argument
1121 for (auto &C : ComponentLists) in getComponentsTotalNumber()
1151 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1177 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
1207 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1257 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1315 MappableExprComponentListsRef ComponentLists) { in Create() argument
1319 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1368 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1415 Sizes.NumComponentLists = ComponentLists.size(); in Create()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5240 getComponentsTotalNumber(MappableExprComponentListsRef ComponentLists);
5436 MappableExprComponentListsRef ComponentLists) { in setClauseInfo() argument
5442 assert(getComponentsTotalNumber(ComponentLists) == NumComponents && in setClauseInfo()
5444 assert(Declarations.size() == ComponentLists.size() && in setClauseInfo()
5455 auto CI = ComponentLists.begin(); in setClauseInfo()
5988 MappableExprComponentListsRef ComponentLists,
7162 MappableExprComponentListsRef ComponentLists,
7333 MappableExprComponentListsRef ComponentLists);
7466 MappableExprComponentListsRef ComponentLists);
7569 MappableExprComponentListsRef ComponentLists);
[all …]