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

/external/clang/lib/AST/
H A DExpr.cpp111 // a more specific implementation of getExprLoc().
116 /// implementation of getExprLoc.
120 return static_cast<const E*>(expr)->getExprLoc();
124 /// a custom implementation of getExprLoc. Overload resolution
134 SourceLocation Expr::getExprLoc() const { function in class:Expr
141 case Stmt::type##Class: return getExprLocImpl<type>(this, &type::getExprLoc);
1807 Loc = getExprLoc();
1966 Loc = getExprLoc();
1974 Loc = getExprLoc();
1982 Loc = getExprLoc();
[all...]

Completed in 58 milliseconds