Home
last modified time | relevance | path

Searched refs:OMPUntiedClause (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1942 class OMPUntiedClause : public OMPClause {
1948 OMPUntiedClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPUntiedClause() function
1952 OMPUntiedClause() in OMPUntiedClause() function
H A DRecursiveASTVisitor.h3433 bool RecursiveASTVisitor<Derived>::VisitOMPUntiedClause(OMPUntiedClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp571 void OMPClauseProfiler::VisitOMPUntiedClause(const OMPUntiedClause *) {} in VisitOMPUntiedClause() argument
H A DOpenMPClause.cpp1896 void OMPClausePrinter::VisitOMPUntiedClause(OMPUntiedClause *) { in VisitOMPUntiedClause() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td456 let clangClass = "OMPUntiedClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10441 C = new (Context) OMPUntiedClause(); in readClause()
10840 void OMPClauseReader::VisitOMPUntiedClause(OMPUntiedClause *) {} in VisitOMPUntiedClause() argument
H A DASTWriter.cpp7203 void OMPClauseWriter::VisitOMPUntiedClause(OMPUntiedClause *) {} in VisitOMPUntiedClause() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5320 Data.Tied = !S.getSingleClause<OMPUntiedClause>(); in EmitOMPTaskDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10193 TreeTransform<Derived>::TransformOMPUntiedClause(OMPUntiedClause *C) { in TransformOMPUntiedClause()
H A DSemaOpenMP.cpp16488 return new (getASTContext()) OMPUntiedClause(StartLoc, EndLoc); in ActOnOpenMPUntiedClause()