Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h1700 void setOperatorLoc(SourceLocation L) { Loc = L; } in setOperatorLoc() function
1910 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function
2042 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function
2938 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp712 E->setOperatorLoc(readSourceLocation()); in VisitUnaryOperator()
725 E->setOperatorLoc(readSourceLocation()); in VisitOffsetOfExpr()
770 E->setOperatorLoc(readSourceLocation()); in VisitUnaryExprOrTypeTraitExpr()
1108 E->setOperatorLoc(readSourceLocation()); in VisitBinaryOperator()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp552 E->setOperatorLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryOperator()
561 E->setOperatorLoc(ReadSourceLocation(Record, Idx)); in VisitOffsetOfExpr()
606 E->setOperatorLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryExprOrTypeTraitExpr()
686 E->setOperatorLoc(ReadSourceLocation(Record, Idx)); in VisitBinaryOperator()
/external/llvm-project/clang/include/clang/AST/
DExpr.h2145 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } in setOperatorLoc() function
2410 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function
2552 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function
3769 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc() function