Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h1942 class OMPUntiedClause : public OMPClause {
1948 OMPUntiedClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPUntiedClause() function
1952 OMPUntiedClause() in OMPUntiedClause() function
HDRecursiveASTVisitor.h3433 bool RecursiveASTVisitor<Derived>::VisitOMPUntiedClause(OMPUntiedClause *) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtProfile.cpp571 void OMPClauseProfiler::VisitOMPUntiedClause(const OMPUntiedClause *) {} in VisitOMPUntiedClause() argument
HDOpenMPClause.cpp1896 void OMPClausePrinter::VisitOMPUntiedClause(OMPUntiedClause *) { in VisitOMPUntiedClause() argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDOMP.td456 let clangClass = "OMPUntiedClause";
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp10441 C = new (Context) OMPUntiedClause(); in readClause()
10840 void OMPClauseReader::VisitOMPUntiedClause(OMPUntiedClause *) {} in VisitOMPUntiedClause() argument
HDASTWriter.cpp7203 void OMPClauseWriter::VisitOMPUntiedClause(OMPUntiedClause *) {} in VisitOMPUntiedClause() argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp5320 Data.Tied = !S.getSingleClause<OMPUntiedClause>(); in EmitOMPTaskDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h10193 TreeTransform<Derived>::TransformOMPUntiedClause(OMPUntiedClause *C) { in TransformOMPUntiedClause()
HDSemaOpenMP.cpp16488 return new (getASTContext()) OMPUntiedClause(StartLoc, EndLoc); in ActOnOpenMPUntiedClause()