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 211 /// \param AssociatedStmt Statement associated with the directive.
215 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt);
275 /// \param AssociatedStmt Statement, associated with the directive.
280 Stmt *AssociatedStmt);
344 /// \param AssociatedStmt Statement, associated with the directive.
349 Stmt *AssociatedStmt);
406 /// \param AssociatedStmt Statement, associated with the directive.
410 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt);
455 /// \param AssociatedStmt Statement, associated with the directive.
460 Stmt *AssociatedStmt);
    [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 181 StmtResult AssociatedStmt;
189 AssociatedStmt = ParseStatement();
191 if (!AssociatedStmt.isUsable()) {
195 AssociatedStmt = Actions.ActOnCapturedRegionEnd(AssociatedStmt.get());
196 CreateDirective = AssociatedStmt.isUsable();
201 DKind, Clauses, AssociatedStmt.get(), Loc, EndLoc);
  /external/clang/lib/AST/
Stmt.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 51 milliseconds