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

  /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/Sema/
TreeTransform.h     [all...]

Completed in 59 milliseconds