Searched refs:setClauseInfo (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 617 Clause->setClauseInfo(Declarations, ComponentLists); in Create() 669 Clause->setClauseInfo(Declarations, ComponentLists); in Create() 718 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
|
/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 1079 Clause->setClauseInfo(Declarations, ComponentLists); in Create() 1132 Clause->setClauseInfo(Declarations, ComponentLists); in Create() 1183 Clause->setClauseInfo(Declarations, ComponentLists); in Create() 1244 Clause->setClauseInfo(Declarations, ComponentLists); in Create() 1291 Clause->setClauseInfo(Declarations, ComponentLists); in Create() 1338 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 2964 void setClauseInfo(ArrayRef<ValueDecl *> Declarations, in setClauseInfo() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 4985 void setClauseInfo(ArrayRef<ValueDecl *> Declarations, in setClauseInfo() function
|