Home
last modified time | relevance | path

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

/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; } getOperatorLoc() function
3787 SourceLocation getOperatorLoc() const { getOperatorLoc() function
4036 SourceLocation getOperatorLoc() const { return OperatorLoc; } getOperatorLoc() function
4316 SourceLocation getOperatorLoc() const { return OperatorLoc; } getOperatorLoc() function
H A DExpr.h2237 SourceLocation getOperatorLoc() const { return UnaryOperatorBits.Loc; } getOperatorLoc() function
2503 SourceLocation getOperatorLoc() const { return OperatorLoc; } getOperatorLoc() function
2646 SourceLocation getOperatorLoc() const { return OpLoc; } getOperatorLoc() function
3359 SourceLocation getOperatorLoc() const { return MemberExprBits.OperatorLoc; } getOperatorLoc() function
3886 SourceLocation getOperatorLoc() const { return BinaryOperatorBits.OpLoc; } getOperatorLoc() function
[all...]