Searched refs:getClauseKind (Results 1 - 9 of 9) 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;
247 return T->getClauseKind() == OMPC_num_threads;
303 return T->getClauseKind() == OMPC_safelen;
359 return T->getClauseKind() == OMPC_collapse;
428 return T->getClauseKind() == OMPC_default;
499 return T->getClauseKind() == OMPC_proc_bind;
597 return T->getClauseKind() == OMPC_schedule;
626 return T->getClauseKind() == OMPC_ordered;
655 return T->getClauseKind()
[all...]
H A DStmtVisitor.h203 switch (S->getClauseKind()) {
H A DDataRecursiveASTVisitor.h2311 switch (C->getClauseKind()) {
H A DRecursiveASTVisitor.h2333 switch (C->getClauseKind()) {
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp57 switch (C->getClauseKind()) {
/external/clang/lib/AST/
H A DStmt.cpp1116 switch(getClauseKind()) {
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1748 return C->getClauseKind() == OMPC_collapse;
H A DTreeTransform.h2802 switch (S->getClauseKind()) {
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1678 Record.push_back(C->getClauseKind());

Completed in 257 milliseconds