Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp659 E->setComputationLHSType(Reader.readType(F, Record, Idx)); in VisitCompoundAssignOperator()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h3104 void setComputationLHSType(QualType T) { ComputationLHSType = T; } in setComputationLHSType() function