Home
last modified time | relevance | path

Searched refs:getProcBindKind (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDOpenMPClause.cpp1817 unsigned(Node->getProcBindKind())) in VisitOMPProcBindClause()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp1584 CGF, ProcBindClause->getProcBindKind(), ProcBindClause->getBeginLoc()); in emitCommonOMPParallelDirective()
1770 ProcBind = ProcBindClause->getProcBindKind(); in EmitOMPParallelDirective()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h1138 llvm::omp::ProcBindKind getProcBindKind() const { return Kind; } in getProcBindKind() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp7173 Record.push_back(unsigned(C->getProcBindKind())); in VisitOMPProcBindClause()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h10141 C->getProcBindKind(), C->getProcBindKindKwLoc(), C->getBeginLoc(), in TransformOMPProcBindClause()