Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h129 SourceLocation getOperatorLoc() const { return getRParenLoc(); } in getOperatorLoc() function
300 SourceLocation getOperatorLoc() const { return Loc; } in getOperatorLoc() function
2352 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() function
3394 SourceLocation getOperatorLoc() const { in getOperatorLoc() function
3637 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() function
3906 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() function
H A DExpr.h1930 SourceLocation getOperatorLoc() const { return UnaryOperatorBits.Loc; } in getOperatorLoc() function
2152 SourceLocation getOperatorLoc() const { return OperatorLoc; } in getOperatorLoc() function
2289 SourceLocation getOperatorLoc() const { return OpLoc; } in getOperatorLoc() function
2877 SourceLocation getOperatorLoc() const { return MemberExprBits.OperatorLoc; } in getOperatorLoc() function
3324 SourceLocation getOperatorLoc() const { return BinaryOperatorBits.OpLoc; } in getOperatorLoc() function