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

  /external/clang/include/clang/AST/
OpenMPClause.h 507 Stmt *NumForLoops;
510 void setNumForLoops(Expr *Num) { NumForLoops = Num; }
523 NumForLoops(Num) {}
529 LParenLoc(SourceLocation()), NumForLoops(nullptr) {}
537 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); }
543 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); }
883 Stmt *NumForLoops;
886 void setNumForLoops(Expr *Num) { NumForLoops = Num; }
899 NumForLoops(Num) {
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 57 milliseconds