Home
last modified time | relevance | path

Searched refs:getComputationLHSType (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp133 cast<CompoundAssignOperator>(B)->getComputationLHSType(); in VisitBinaryOperator()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp1577 cop->getComputationLHSType(), in recreateSyntacticForm()
/external/clang/lib/AST/
DASTDumper.cpp1661 dumpBareType(Node->getComputationLHSType()); in VisitCompoundAssignOperator()
DASTImporter.cpp4493 QualType CompLHSType = Importer.Import(E->getComputationLHSType()); in VisitCompoundAssignOperator()
DExprConstant.cpp4449 Result, CAO->getLHS()->getType(), CAO->getComputationLHSType(), in VisitCompoundAssignOperator()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp612 Writer.AddTypeRef(E->getComputationLHSType(), Record); in VisitCompoundAssignOperator()
/external/clang/include/clang/AST/
DExpr.h3097 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType() function
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1977 E->getComputationLHSType()); in EmitCompoundAssignLValue()