Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1090 MappableExprComponentListsRef ComponentLists) { in getComponentsTotalNumber() argument
1092 for (auto &C : ComponentLists) in getComponentsTotalNumber()
1122 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1147 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
1175 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1200 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
1225 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1283 MappableExprComponentListsRef ComponentLists) { in Create() argument
1287 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1336 Sizes.NumComponentLists = ComponentLists.size(); in Create()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4992 getComponentsTotalNumber(MappableExprComponentListsRef ComponentLists);
5188 MappableExprComponentListsRef ComponentLists) { in setClauseInfo() argument
5194 assert(getComponentsTotalNumber(ComponentLists) == NumComponents && in setClauseInfo()
5196 assert(Declarations.size() == ComponentLists.size() && in setClauseInfo()
5207 auto CI = ComponentLists.begin(); in setClauseInfo()
5734 MappableExprComponentListsRef ComponentLists,
6657 MappableExprComponentListsRef ComponentLists,
6859 MappableExprComponentListsRef ComponentLists,
7030 MappableExprComponentListsRef ComponentLists);
7163 MappableExprComponentListsRef ComponentLists);
[all …]