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

/external/clang/include/clang/AST/
H A DExprCXX.h87 SourceLocation getOperatorLoc() const { return getRParenLoc(); } function in class:clang::CXXOperatorCallExpr
205 SourceLocation getOperatorLoc() const { return Loc; } function in class:clang::CXXNamedCastExpr
1964 SourceLocation getOperatorLoc() const { return OperatorLoc; }
3006 SourceLocation getOperatorLoc() const { return OperatorLoc; }
3244 SourceLocation getOperatorLoc() const { return OperatorLoc; }
3480 SourceLocation getOperatorLoc() const { return OperatorLoc; }
H A DExpr.h1688 /// getOperatorLoc - Return the location of the operator.
1689 SourceLocation getOperatorLoc() const { return Loc; } function in class:clang::StringLiteral::UnaryOperator
1896 /// getOperatorLoc - Return the location of the operator.
1897 SourceLocation getOperatorLoc() const { return OperatorLoc; } function in class:clang::StringLiteral::OffsetOfExpr
2041 SourceLocation getOperatorLoc() const { return OpLoc; } function
2952 SourceLocation getOperatorLoc() const { return OpLoc; } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator

Completed in 1478 milliseconds