HomeSort by relevance Sort by last modified time
    Searched refs:getClauseKind (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/AST/
OpenMPClause.h 56 OpenMPClauseKind getClauseKind() const { return Kind; }
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() == OMPC_nowait
    [all...]
StmtVisitor.h 203 switch (S->getClauseKind()) {
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 57 switch (C->getClauseKind()) {
  /external/clang/lib/AST/
Stmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]

Completed in 1036 milliseconds