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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1608 class OMPUntiedClause : public OMPClause { class in namespace:clang
1614 OMPUntiedClause(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPUntiedClause
1618 OMPUntiedClause() function in class:clang::OMPUntiedClause
H A DRecursiveASTVisitor.h3089 bool RecursiveASTVisitor<Derived>::VisitOMPUntiedClause(OMPUntiedClause *) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp506 void OMPClauseProfiler::VisitOMPUntiedClause(const OMPUntiedClause *) {}
H A DOpenMPClause.cpp1307 void OMPClausePrinter::VisitOMPUntiedClause(OMPUntiedClause *) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6136 void OMPClauseWriter::VisitOMPUntiedClause(OMPUntiedClause *) {}
H A DASTReader.cpp11560 C = new (Context) OMPUntiedClause();
11825 void OMPClauseReader::VisitOMPUntiedClause(OMPUntiedClause *) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3529 Data.Tied = !S.getSingleClause<OMPUntiedClause>();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8748 TreeTransform<Derived>::TransformOMPUntiedClause(OMPUntiedClause *C) {
H A DSemaOpenMP.cpp12332 return new (Context) OMPUntiedClause(StartLoc, EndLoc);

Completed in 413 milliseconds