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

  /external/clang/lib/Sema/
Sema.cpp 281 QualType ExprTy = Context.getCanonicalType(E->getType());
284 if (ExprTy == TypeTy)
    [all...]
SemaInit.cpp 687 QualType ExprTy = T;
688 if (!ExprTy->isArrayType())
689 ExprTy = ExprTy.getNonLValueExprType(SemaRef.Context);
690 IList->setType(ExprTy);
691 StructuredList->setType(ExprTy);
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 231 QualType ExprTy = cast<Expr>(LastStmt)->getType();
232 if (hasAggregateEvaluationKind(ExprTy)) {
238 RetAlloca = CreateMemTemp(ExprTy);
    [all...]

Completed in 46 milliseconds