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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1671 void setOperatorLoc(SourceLocation L) { Loc = L; } function in class:clang::StringLiteral::UnaryOperator
1879 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr
2023 void setOperatorLoc(SourceLocation L) { OpLoc = L; } function
2929 void setOperatorLoc(SourceLocation L) { OpLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator

Completed in 73 milliseconds