Home
last modified time | relevance | path

Searched defs:getOperatorLoc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h150 SourceLocation getOperatorLoc() const { return getRParenLoc(); } in getOperatorLoc() function
336 SourceLocation getOperatorLoc() const LLVM_READONLY { in getOperatorLoc() function
404 SourceLocation getOperatorLoc() const { return Loc; } in getOperatorLoc() function
2583 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() function
3660 SourceLocation getOperatorLoc() const { in getOperatorLoc() function
3909 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() function
4189 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() function
H A DExpr.h2146 SourceLocation getOperatorLoc() const { return UnaryOperatorBits.Loc; } in getOperatorLoc() function
2411 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() function
2553 SourceLocation getOperatorLoc() const { return OpLoc; } in getOperatorLoc() function
3270 SourceLocation getOperatorLoc() const { return MemberExprBits.OperatorLoc; } in getOperatorLoc() function
3770 SourceLocation getOperatorLoc() const { return BinaryOperatorBits.OpLoc; } in getOperatorLoc() function