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

  /external/clang/include/clang/AST/
ExprObjC.h     [all...]
Expr.h 176 /// getExprLoc - Return the preferred location for the arrow when diagnosing
178 SourceLocation getExprLoc() const;
688 SourceLocation getExprLoc() const {
689 if (SourceExpr) return SourceExpr->getExprLoc();
    [all...]
  /external/clang/lib/AST/
Expr.cpp 94 // a more specific implementation of getExprLoc().
97 /// implementation of getExprLoc.
101 return static_cast<const E*>(expr)->getExprLoc();
105 /// a custom implementation of getExprLoc. Overload resolution
115 SourceLocation Expr::getExprLoc() const {
122 case Stmt::type##Class: return getExprLocImpl<type>(this, &type::getExprLoc);
    [all...]

Completed in 169 milliseconds