HomeSort by: relevance | last modified time | path
    Searched defs:AssociatedStmt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 2547 StmtResult AssociatedStmt;
2557 AssociatedStmt = ParseStatement();
2559 if (AssociatedStmt.isUsable() && isOpenMPLoopDirective(DKind) &&
2561 AssociatedStmt =
2562 Actions.ActOnOpenMPCanonicalLoop(AssociatedStmt.get());
2564 AssociatedStmt = Actions.ActOnOpenMPRegionEnd(AssociatedStmt, Clauses);
2568 AssociatedStmt = (Sema::CompoundScopeRAII(Actions),
2571 AssociatedStmt = Actions.ActOnOpenMPRegionEnd(AssociatedStmt, Clauses)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8436 StmtResult AssociatedStmt;
8456 AssociatedStmt =
8458 if (AssociatedStmt.isInvalid()) {
8481 AssociatedStmt.get(), D->getBeginLoc(), D->getEndLoc());

Completed in 27 milliseconds