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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 150 SourceLocation getOperatorLoc() const { return getRParenLoc(); }
157 : getOperatorLoc();
336 SourceLocation getOperatorLoc() const LLVM_READONLY {
339 SourceLocation getExprLoc() const LLVM_READONLY { return getOperatorLoc(); }
404 SourceLocation getOperatorLoc() const { return Loc; }
2583 SourceLocation getOperatorLoc() const { return OperatorLoc; }
3660 SourceLocation getOperatorLoc() const {
3909 SourceLocation getOperatorLoc() const { return OperatorLoc; }
4189 SourceLocation getOperatorLoc() const { return OperatorLoc; }
Expr.h 2145 /// getOperatorLoc - Return the location of the operator.
2146 SourceLocation getOperatorLoc() const { return UnaryOperatorBits.Loc; }
2220 return isPostfix() ? Val->getBeginLoc() : getOperatorLoc();
2223 return isPostfix() ? getOperatorLoc() : Val->getEndLoc();
2225 SourceLocation getExprLoc() const { return getOperatorLoc(); }
2410 /// getOperatorLoc - Return the location of the operator.
2411 SourceLocation getOperatorLoc() const { return OperatorLoc; }
2553 SourceLocation getOperatorLoc() const { return OpLoc; }
3270 SourceLocation getOperatorLoc() const { return MemberExprBits.OperatorLoc; }
3769 SourceLocation getExprLoc() const { return getOperatorLoc(); }
    [all...]

Completed in 64 milliseconds