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

/external/clang/include/clang/AST/
H A DExpr.h1690 void setOperatorLoc(SourceLocation L) { Loc = L; } function in class:clang::StringLiteral::UnaryOperator
1898 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr
2042 void setOperatorLoc(SourceLocation L) { OpLoc = L; } function
2953 void setOperatorLoc(SourceLocation L) { OpLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator

Completed in 488 milliseconds