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
193 return T->getClauseKind() == OMPC_if;
246 return T->getClauseKind() == OMPC_final;
300 return T->getClauseKind() == OMPC_num_threads;
356 return T->getClauseKind() == OMPC_safelen;
412 return T->getClauseKind() == OMPC_collapse;
481 return T->getClauseKind() == OMPC_default;
552 return T->getClauseKind() == OMPC_proc_bind;
650 return T->getClauseKind() == OMPC_schedule;
679 return T->getClauseKind()
[all...]

Completed in 75 milliseconds