Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp1108 << getOpenMPSimpleClauseTypeName(OMPC_proc_bind, Node->getProcBindKind()) in VisitOMPProcBindClause()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h723 OpenMPProcBindClauseKind getProcBindKind() const { return Kind; } in getProcBindKind() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1244 CGF, ProcBindClause->getProcBindKind(), ProcBindClause->getBeginLoc()); in emitCommonOMPParallelDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp6534 Record.push_back(C->getProcBindKind()); in VisitOMPProcBindClause()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h8355 C->getProcBindKind(), C->getProcBindKindKwLoc(), C->getBeginLoc(), in TransformOMPProcBindClause()