Searched refs:OMPOneStmtClause (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 144 class OMPOneStmtClause : public Base { 369 : OMPOneStmtClause(A, StartLoc, LParenLoc, EndLoc) {} in OMPAllocatorClause() 372 OMPAllocatorClause() : OMPOneStmtClause() {} in OMPAllocatorClause() 402 : OMPOneStmtClause(A, StartLoc, LParenLoc, EndLoc) {} in OMPAlignClause() 405 OMPAlignClause() : OMPOneStmtClause() {} in OMPAlignClause() 649 : OMPOneStmtClause(Cond, StartLoc, LParenLoc, EndLoc), in OMPFinalClause() 735 : OMPOneStmtClause(Len, StartLoc, LParenLoc, EndLoc) {} in OMPSafelenClause() 738 explicit OMPSafelenClause() : OMPOneStmtClause() {} in OMPSafelenClause() 773 explicit OMPSimdlenClause() : OMPOneStmtClause() {} in OMPSimdlenClause() 995 explicit OMPCollapseClause() : OMPOneStmtClause() {} in OMPCollapseClause() [all …]
|