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

  /external/clang/include/clang/AST/
StmtOpenMP.h 55 OpenMPClauseKind getClauseKind() const { return Kind; }
186 return T->getClauseKind() == OMPC_default;
248 return T->getClauseKind() == OMPC_private;
StmtVisitor.h 203 switch (S->getClauseKind()) {
RecursiveASTVisitor.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 299 milliseconds