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

  /external/clang/lib/Parse/
ParseOpenMP.cpp 135 StmtResult AssociatedStmt;
144 AssociatedStmt = ParseStatement();
146 if (!AssociatedStmt.isUsable()) {
150 AssociatedStmt = Actions.ActOnCapturedRegionEnd(AssociatedStmt.take());
151 CreateDirective = AssociatedStmt.isUsable();
156 AssociatedStmt.take(),
  /external/clang/include/clang/AST/
StmtOpenMP.h 387 /// \param AssociatedStmt Statement associated with the directive.
392 Stmt *AssociatedStmt);
  /external/clang/lib/AST/
Stmt.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 39 milliseconds