Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp1105 MappableExprComponentListsRef ComponentLists) { in getComponentsTotalNumber() argument
1107 for (auto &C : ComponentLists) in getComponentsTotalNumber()
1137 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1162 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
1190 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1240 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1298 MappableExprComponentListsRef ComponentLists) { in Create() argument
1302 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1351 Sizes.NumComponentLists = ComponentLists.size(); in Create()
1398 Sizes.NumComponentLists = ComponentLists.size(); in Create()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h5122 getComponentsTotalNumber(MappableExprComponentListsRef ComponentLists);
5318 MappableExprComponentListsRef ComponentLists) { in setClauseInfo() argument
5324 assert(getComponentsTotalNumber(ComponentLists) == NumComponents && in setClauseInfo()
5326 assert(Declarations.size() == ComponentLists.size() && in setClauseInfo()
5337 auto CI = ComponentLists.begin(); in setClauseInfo()
5865 MappableExprComponentListsRef ComponentLists,
6990 MappableExprComponentListsRef ComponentLists,
7161 MappableExprComponentListsRef ComponentLists);
7294 MappableExprComponentListsRef ComponentLists);
7397 MappableExprComponentListsRef ComponentLists);
[all …]