Searched refs:OMPFlushClause (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp811 OMPFlushClause *OMPFlushClause::Create(const ASTContext &C,
817 OMPFlushClause *Clause =
818 new (Mem) OMPFlushClause(StartLoc, LParenLoc, EndLoc, VL.size());
823 OMPFlushClause *OMPFlushClause::CreateEmpty(const ASTContext &C, unsigned N) {
825 return new (Mem) OMPFlushClause(N);
1566 void OMPClausePrinter::VisitOMPFlushClause(OMPFlushClause *Node) {
H A DStmtProfile.cpp710 void OMPClauseProfiler::VisitOMPFlushClause(const OMPFlushClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3885 class OMPFlushClause final
3886 : public OMPVarListClause<OMPFlushClause>,
3887 private llvm::TrailingObjects<OMPFlushClause, Expr *> {
3897 OMPFlushClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::final
3899 : OMPVarListClause<OMPFlushClause>(OMPC_flush, StartLoc, LParenLoc,
3905 explicit OMPFlushClause(unsigned N) function in class:clang::final
3906 : OMPVarListClause<OMPFlushClause>(OMPC_flush, SourceLocation(),
3918 static OMPFlushClause *Create(const ASTContext &C, SourceLocation StartLoc,
3926 static OMPFlushClause *CreateEmpty(const ASTContext &C, unsigned N);
3934 auto Children = const_cast<OMPFlushClause *>(thi
[all...]
H A DRecursiveASTVisitor.h3325 bool RecursiveASTVisitor<Derived>::VisitOMPFlushClause(OMPFlushClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6330 void OMPClauseWriter::VisitOMPFlushClause(OMPFlushClause *C) {
H A DASTReader.cpp11638 C = OMPFlushClause::CreateEmpty(Context, Record.readInt());
12132 void OMPClauseReader::VisitOMPFlushClause(OMPFlushClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3599 if (const auto *FlushClause = S.getSingleClause<OMPFlushClause>())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9113 OMPClause *TreeTransform<Derived>::TransformOMPFlushClause(OMPFlushClause *C) {
H A DSemaOpenMP.cpp14900 return OMPFlushClause::Create(Context, StartLoc, LParenLoc, EndLoc, VarList);

Completed in 206 milliseconds