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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1244 unsigned(Node->getProcBindKind()))
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1310 CGF, ProcBindClause->getProcBindKind(), ProcBindClause->getBeginLoc());
1353 ProcBind = ProcBindClause->getProcBindKind();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h990 llvm::omp::ProcBindKind getProcBindKind() const { return Kind; } function in class:clang::OMPProcBindClause
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6106 Record.push_back(unsigned(C->getProcBindKind()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8709 C->getProcBindKind(), C->getProcBindKindKwLoc(), C->getBeginLoc(),

Completed in 289 milliseconds