Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp1060 MappableExprComponentListsRef ComponentLists) { in getComponentsTotalNumber() argument
1062 for (auto &C : ComponentLists) in getComponentsTotalNumber()
1084 MappableExprComponentListsRef ComponentLists, ArrayRef<Expr *> UDMapperRefs, in Create() argument
1092 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1093 Sizes.NumComponents = getComponentsTotalNumber(ComponentLists); in Create()
1117 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
1138 MappableExprComponentListsRef ComponentLists, ArrayRef<Expr *> UDMapperRefs, in Create() argument
1145 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1146 Sizes.NumComponents = getComponentsTotalNumber(ComponentLists); in Create()
1170 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h4884 getComponentsTotalNumber(MappableExprComponentListsRef ComponentLists);
5080 MappableExprComponentListsRef ComponentLists) { in setClauseInfo() argument
5086 assert(getComponentsTotalNumber(ComponentLists) == NumComponents && in setClauseInfo()
5088 assert(Declarations.size() == ComponentLists.size() && in setClauseInfo()
5099 auto CI = ComponentLists.begin(); in setClauseInfo()
5626 MappableExprComponentListsRef ComponentLists,
6549 MappableExprComponentListsRef ComponentLists,
6751 MappableExprComponentListsRef ComponentLists,
6922 MappableExprComponentListsRef ComponentLists);
7055 MappableExprComponentListsRef ComponentLists);
[all …]