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

  /external/clang/include/clang/AST/
Expr.h 683 Expr *SourceExpr;
689 Expr *SourceExpr = 0)
693 (SourceExpr && SourceExpr->isValueDependent()),
696 SourceExpr(SourceExpr), Loc(Loc) {
711 if (SourceExpr) return SourceExpr->getSourceRange();
715 if (SourceExpr) return SourceExpr->getExprLoc()
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 58 milliseconds