Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1141 E->setComputationLHSType(Record.readType()); in VisitCompoundAssignOperator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4147 void setComputationLHSType(QualType T) { ComputationLHSType = T; } in setComputationLHSType() function