Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
2683 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() function
3788 SourceLocation getOperatorLoc() const { in getOperatorLoc() function
4037 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() function
4317 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() function
H A DExpr.h2237 SourceLocation getOperatorLoc() const { return UnaryOperatorBits.Loc; } in getOperatorLoc() function
2508 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() function
2651 SourceLocation getOperatorLoc() const { return OpLoc; } in getOperatorLoc() function
3369 SourceLocation getOperatorLoc() const { return MemberExprBits.OperatorLoc; } in getOperatorLoc() function
3901 SourceLocation getOperatorLoc() const { return BinaryOperatorBits.OpLoc; } in getOperatorLoc() function