Home
last modified time | relevance | path

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

/freebsd-src/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
2667 SourceLocation getOperatorLoc() const { return OperatorLoc; } getOperatorLoc() function
3751 SourceLocation getOperatorLoc() const { getOperatorLoc() function
4000 SourceLocation getOperatorLoc() const { return OperatorLoc; } getOperatorLoc() function
4280 SourceLocation getOperatorLoc() const { return OperatorLoc; } getOperatorLoc() function
H A DExpr.h2208 SourceLocation getOperatorLoc() const { return UnaryOperatorBits.Loc; } getOperatorLoc() function
2474 SourceLocation getOperatorLoc() const { return OperatorLoc; } getOperatorLoc() function
2617 SourceLocation getOperatorLoc() const { return OpLoc; } getOperatorLoc() function
3337 SourceLocation getOperatorLoc() const { return MemberExprBits.OperatorLoc; } getOperatorLoc() function
3852 SourceLocation getOperatorLoc() const { return BinaryOperatorBits.OpLoc; } getOperatorLoc() function
[all...]