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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h670 class OMPSafelenClause : public OMPClause { class in namespace:clang
688 OMPSafelenClause(Expr *Len, SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::OMPSafelenClause
694 explicit OMPSafelenClause() function in class:clang::OMPSafelenClause
H A DRecursiveASTVisitor.h3011 bool RecursiveASTVisitor<Derived>::VisitOMPSafelenClause(OMPSafelenClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp454 void OMPClauseProfiler::VisitOMPSafelenClause(const OMPSafelenClause *C) {
H A DOpenMPClause.cpp1211 void OMPClausePrinter::VisitOMPSafelenClause(OMPSafelenClause *Node) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1819 CGF.LoopStack.setParallel(!D.getSingleClause<OMPSafelenClause>());
1820 } else if (const auto *C = D.getSingleClause<OMPSafelenClause>()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7978 const OMPSafelenClause *Safelen = nullptr;
7983 Safelen = cast<OMPSafelenClause>(Clause);
11726 OMPSafelenClause(Safelen.get(), StartLoc, LParenLoc, EndLoc);
H A DTreeTransform.h8659 TreeTransform<Derived>::TransformOMPSafelenClause(OMPSafelenClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6079 void OMPClauseWriter::VisitOMPSafelenClause(OMPSafelenClause *C) {
H A DASTReader.cpp11533 C = new (Context) OMPSafelenClause();
11765 void OMPClauseReader::VisitOMPSafelenClause(OMPSafelenClause *C) {

Completed in 405 milliseconds