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 660 Expr *SourceExpr;
670 SourceExpr(0), Loc(Loc) {
685 if (SourceExpr) return SourceExpr->getSourceRange();
689 if (SourceExpr) return SourceExpr->getExprLoc();
703 Expr *getSourceExpr() const { return SourceExpr; }
704 void setSourceExpr(Expr *e) { SourceExpr = e; }
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 206 milliseconds