Searched defs:getExprLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp170 // a more specific implementation of getExprLoc().
175 /// implementation of getExprLoc.
179 return static_cast<const E*>(expr)->getExprLoc();
183 /// a custom implementation of getExprLoc. Overload resolution
193 SourceLocation Expr::getExprLoc() const { function in class:Expr
200 case Stmt::type##Class: return getExprLocImpl<type>(this, &type::getExprLoc);
2025 Loc = getExprLoc();
2213 Loc = getExprLoc();
2221 Loc = getExprLoc();
2230 Loc = getExprLoc();
[all...]

Completed in 85 milliseconds