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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 598 Expr *PLE = ParenListExpr::Create(Context, FD->getLocation(),
602 VD->getLocation(), /*DirectInit=*/true, PLE);
SemaExpr.cpp 7568 ParenListExpr *PLE = dyn_cast<ParenListExpr>(CastExpr);
7570 && castType->isVectorType() && (PE || PLE)) {
7571 if (PLE && PLE->getNumExprs() == 0) {
7572 Diag(PLE->getExprLoc(), diag::err_altivec_empty_initializer);
7575 if (PE || PLE->getNumExprs() == 1) {
7576 Expr *E = (PE ? PE->getSubExpr() : PLE->getExpr(0));

Completed in 41 milliseconds