Searched refs:OMPIfClause (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp79 return static_cast<const OMPIfClause *>(C);
238 OMPClause::child_range OMPIfClause::used_children() {
1191 void OMPClausePrinter::VisitOMPIfClause(OMPIfClause *Node) {
H A DStmtProfile.cpp436 void OMPClauseProfiler::VisitOMPIfClause(const OMPIfClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1313 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
1342 if (const auto *C = S.getSingleClause<OMPIfClause>())
1920 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
3519 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
4378 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
4852 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
5028 if (const auto *C = S.getSingleClause<OMPIfClause>())
5053 if (const auto *C = S.getSingleClause<OMPIfClause>())
5074 if (const auto *C = S.getSingleClause<OMPIfClause>())
5228 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
[all...]
H A DCGOpenMPRuntime.cpp6714 if (Dir->hasClausesOfKind<OMPIfClause>()) {
6717 const OMPIfClause *IfClause = nullptr;
6718 for (const auto *C : Dir->getClausesOfKind<OMPIfClause>()) {
6907 if (D.hasClausesOfKind<OMPIfClause>()) {
6908 const OMPIfClause *IfClause = nullptr;
6909 for (const auto *C : D.getClausesOfKind<OMPIfClause>()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h425 class OMPIfClause : public OMPClause, public OMPClauseWithPreInit { class in namespace:clang
468 OMPIfClause(OpenMPDirectiveKind NameModifier, Expr *Cond, Stmt *HelperCond, function in class:clang::OMPIfClause
479 OMPIfClause() function in class:clang::OMPIfClause
509 auto Children = const_cast<OMPIfClause *>(this)->used_children();
H A DRecursiveASTVisitor.h2989 bool RecursiveASTVisitor<Derived>::VisitOMPIfClause(OMPIfClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4218 llvm::IndexedMap<const OMPIfClause *, Kind2Unsigned> FoundNameModifiers;
4222 if (const auto *IC = dyn_cast_or_null<OMPIfClause>(C)) {
4871 cast<OMPIfClause>(C)->getNameModifier() != OMPD_target)
4875 cast<OMPIfClause>(C)->getNameModifier() != OMPD_parallel)
11538 OMPIfClause(NameModifier, ValExpr, HelperValStmt, CaptureRegion, StartLoc,
H A DTreeTransform.h8629 OMPClause *TreeTransform<Derived>::TransformOMPIfClause(OMPIfClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6058 void OMPClauseWriter::VisitOMPIfClause(OMPIfClause *C) {
H A DASTReader.cpp11524 C = new (Context) OMPIfClause();
11744 void OMPClauseReader::VisitOMPIfClause(OMPIfClause *C) {

Completed in 342 milliseconds