Home
last modified time | relevance | path

Searched refs:setOperatorLoc (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp526 E->setOperatorLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryOperator()
536 E->setOperatorLoc(ReadSourceLocation(Record, Idx)); in VisitOffsetOfExpr()
581 E->setOperatorLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryExprOrTypeTraitExpr()
652 E->setOperatorLoc(ReadSourceLocation(Record, Idx)); in VisitBinaryOperator()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h1702 void setOperatorLoc(SourceLocation L) { Loc = L; } in setOperatorLoc() function
1910 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function
2054 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function
2965 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function