Searched refs:OMPOneStmtClause (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 144 class OMPOneStmtClause : public Base { 156 OMPOneStmtClause(Stmt *S, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPOneStmtClause() function 160 OMPOneStmtClause() : Base(ClauseKind, SourceLocation(), SourceLocation()) {} in OMPOneStmtClause() function 408 : public OMPOneStmtClause<llvm::omp::OMPC_allocator, OMPClause> { 423 : OMPOneStmtClause(A, StartLoc, LParenLoc, EndLoc) {} in OMPAllocatorClause() 426 OMPAllocatorClause() : OMPOneStmtClause() {} in OMPAllocatorClause() 442 : public OMPOneStmtClause<llvm::omp::OMPC_align, OMPClause> { 456 : OMPOneStmtClause(A, StartLoc, LParenLoc, EndLoc) {} in OMPAlignClause() 459 OMPAlignClause() : OMPOneStmtClause() {} in OMPAlignClause() 778 : public OMPOneStmtClause<llvm::omp::OMPC_final, OMPClause>, [all …]
|