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

  /external/clang/lib/Parse/
ParseOpenMP.cpp 638 Expr *TailExpr = nullptr;
645 TailExpr = Tail.get();
653 if (Vars.empty() || (MustHaveTail && !TailExpr) || InvalidReductionId)
657 Kind, Vars, TailExpr, Loc, LOpen, ColonLoc, Tok.getLocation(),
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 182 milliseconds