Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h149 SourceLocation getOperatorLoc() const { return getRParenLoc(); } in getOperatorLoc() function
335 SourceLocation getOperatorLoc() const LLVM_READONLY { in getOperatorLoc() function
403 SourceLocation getOperatorLoc() const { return Loc; } in getOperatorLoc() function
2658 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() function
3733 SourceLocation getOperatorLoc() const { in getOperatorLoc() function
3982 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() function
4262 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() function
H A DExpr.h2225 SourceLocation getOperatorLoc() const { return UnaryOperatorBits.Loc; } in getOperatorLoc() function
2490 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() function
2633 SourceLocation getOperatorLoc() const { return OpLoc; } in getOperatorLoc() function
3353 SourceLocation getOperatorLoc() const { return MemberExprBits.OperatorLoc; } in getOperatorLoc() function
3855 SourceLocation getOperatorLoc() const { return BinaryOperatorBits.OpLoc; } in getOperatorLoc() function