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

  /external/clang/lib/Sema/
Sema.cpp 281 QualType ExprTy = Context.getCanonicalType(E->getType());
284 if (ExprTy == TypeTy)
    [all...]
SemaInit.cpp 606 QualType ExprTy = T;
607 if (!ExprTy->isArrayType())
608 ExprTy = ExprTy.getNonLValueExprType(SemaRef.Context);
609 IList->setType(ExprTy);
610 StructuredList->setType(ExprTy);
    [all...]
SemaExpr.cpp     [all...]

Completed in 209 milliseconds