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

  /external/clang/lib/Sema/
SemaFixItUtils.cpp 50 bool ConversionFixItGenerator::tryToFixConversion(const Expr *FullExpr,
54 if (!FullExpr)
59 const SourceLocation Begin = FullExpr->getSourceRange().getBegin();
60 const SourceLocation End = S.PP.getLocForEndOfToken(FullExpr->getSourceRange()
65 const Expr* Expr = FullExpr->IgnoreImpCasts();
85 isa<ParenExpr>(FullExpr) ||
SemaExprCXX.cpp     [all...]

Completed in 26 milliseconds