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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h150 SourceLocation getOperatorLoc() const { return getRParenLoc(); } function in class:clang::final
393 SourceLocation getOperatorLoc() const { return Loc; } function in class:clang::CXXNamedCastExpr
2537 SourceLocation getOperatorLoc() const { return OperatorLoc; } function in class:clang::CXXPseudoDestructorExpr
3613 SourceLocation getOperatorLoc() const { function in class:clang::final
3862 SourceLocation getOperatorLoc() const { return OperatorLoc; } function in class:clang::final
4142 SourceLocation getOperatorLoc() const { return OperatorLoc; } function in class:clang::final
H A DExpr.h2182 SourceLocation getOperatorLoc() const { return UnaryOperatorBits.Loc; } function in class:clang::final::final
2447 SourceLocation getOperatorLoc() const { return OperatorLoc; } function in class:clang::final::final
3244 SourceLocation getOperatorLoc() const { return MemberExprBits.OperatorLoc; } function in class:clang::final::final
3685 SourceLocation getOperatorLoc() const { return BinaryOperatorBits.OpLoc; } function in class:clang::final::BinaryOperator
[all...]

Completed in 174 milliseconds