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

  /external/clang/include/clang/AST/
OpenMPClause.h 56 OpenMPClauseKind getClauseKind() const { return Kind; }
266 return T->getClauseKind() == OMPC_if;
319 return T->getClauseKind() == OMPC_final;
373 return T->getClauseKind() == OMPC_num_threads;
429 return T->getClauseKind() == OMPC_safelen;
484 return T->getClauseKind() == OMPC_simdlen;
540 return T->getClauseKind() == OMPC_collapse;
609 return T->getClauseKind() == OMPC_default;
682 return T->getClauseKind() == OMPC_proc_bind;
861 return T->getClauseKind() == OMPC_schedule
    [all...]
StmtVisitor.h 205 switch (S->getClauseKind()) {
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
OpenMPClause.cpp 21 switch (getClauseKind()) {
38 switch (C->getClauseKind()) {
106 switch (C->getClauseKind()) {
ASTDumper.cpp     [all...]
StmtPrinter.cpp 889 OS << getOpenMPSimpleClauseTypeName(Node->getClauseKind(),
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]

Completed in 842 milliseconds