Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h50 void setClauseList(MutableArrayRef<const OpenACCClause *> NewClauses) { in setClauseList() function
147 setClauseList(MutableArrayRef(getTrailingObjects<const OpenACCClause *>(),
165 setClauseList(MutableArrayRef(getTrailingObjects<const OpenACCClause *>(), in OpenACCComputeConstruct()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp77 setClauseList(
95 setClauseList(MutableArrayRef(getTrailingObjects<const OpenACCClause *>(), in OpenACCLoopConstruct()