Searched defs:getClauseKind (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DOpenMPClause.h56 OpenMPClauseKind getClauseKind() const { return Kind; } function in class:clang::OMPClause
229 return T->getClauseKind() == OMPC_if;
282 return T->getClauseKind() == OMPC_final;
336 return T->getClauseKind() == OMPC_num_threads;
392 return T->getClauseKind() == OMPC_safelen;
447 return T->getClauseKind() == OMPC_simdlen;
503 return T->getClauseKind() == OMPC_collapse;
572 return T->getClauseKind() == OMPC_default;
645 return T->getClauseKind() == OMPC_proc_bind;
771 return T->getClauseKind()
[all...]

Completed in 31 milliseconds