HomeSort by: relevance | last modified time | path
    Searched defs:getExprLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 206 // a more specific implementation of getExprLoc().
211 /// implementation of getExprLoc.
215 return static_cast<const E*>(expr)->getExprLoc();
219 /// a custom implementation of getExprLoc. Overload resolution
229 SourceLocation Expr::getExprLoc() const {
236 case Stmt::type##Class: return getExprLocImpl<type>(this, &type::getExprLoc);
2411 Loc = getExprLoc();
2623 Loc = getExprLoc();
2631 Loc = getExprLoc();
2640 Loc = getExprLoc();
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 152 SourceLocation getExprLoc() const LLVM_READONLY {
218 SourceLocation getExprLoc() const LLVM_READONLY {
219 SourceLocation CLoc = getCallee()->getExprLoc();
337 return getDecomposedForm().InnerBinOp->getExprLoc();
339 SourceLocation getExprLoc() const LLVM_READONLY { return getOperatorLoc(); }
1034 SourceLocation getExprLoc() const LLVM_READONLY {
1035 return getBase()->getExprLoc();
1294 SourceLocation getExprLoc() const { return getUsedLocation(); }
3930 SourceLocation getExprLoc() const LLVM_READONLY { return getMemberLoc(); }
Expr.h 242 /// getExprLoc - Return the preferred location for the arrow when diagnosing
244 SourceLocation getExprLoc() const LLVM_READONLY;
1155 SourceLocation getExprLoc() const LLVM_READONLY {
1156 return SourceExpr ? SourceExpr->getExprLoc() : getLocation();
2225 SourceLocation getExprLoc() const { return getOperatorLoc(); }
2631 SourceLocation getExprLoc() const LLVM_READONLY {
2632 return getBase()->getExprLoc();
2702 SourceLocation getExprLoc() const LLVM_READONLY {
2703 return getBase()->getExprLoc();
3283 SourceLocation getExprLoc() const LLVM_READONLY { return MemberLoc;
    [all...]

Completed in 23 milliseconds