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

  /external/clang/include/clang/AST/
StmtOpenMP.h 251 /// \param AssociatedStmt Statement associated with the directive.
255 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt);
661 /// \param AssociatedStmt Statement, associated with the directive.
667 Stmt *AssociatedStmt,
725 /// \param AssociatedStmt Statement, associated with the directive.
731 Stmt *AssociatedStmt,
790 /// \param AssociatedStmt Statement, associated with the directive.
796 Stmt *AssociatedStmt, const HelperExprs &Exprs);
    [all...]
  /external/clang/lib/AST/
Stmt.cpp     [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 250 StmtResult AssociatedStmt;
258 AssociatedStmt = ParseStatement();
260 AssociatedStmt = Actions.ActOnOpenMPRegionEnd(AssociatedStmt, Clauses);
261 CreateDirective = AssociatedStmt.isUsable();
265 DKind, DirName, Clauses, AssociatedStmt.get(), Loc, EndLoc);
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 182 milliseconds