Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderStmt.cpp1118 E->setComputationLHSType(Record.readType()); in VisitCompoundAssignOperator()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DExpr.h4096 void setComputationLHSType(QualType T) { ComputationLHSType = T; } in setComputationLHSType() function