Searched refs:setOperatorLoc (Results 1 - 2 of 2) 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
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp525 E->setOperatorLoc(ReadSourceLocation(Record, Idx));
535 E->setOperatorLoc(ReadSourceLocation(Record, Idx));
580 E->setOperatorLoc(ReadSourceLocation(Record, Idx));
651 E->setOperatorLoc(ReadSourceLocation(Record, Idx));

Completed in 151 milliseconds