Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtDumper.cpp495 DumpType(Node->getComputationLHSType()); in VisitCompoundAssignOperator()
DASTImporter.cpp4038 QualType CompLHSType = Importer.Import(E->getComputationLHSType()); in VisitCompoundAssignOperator()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp130 cast<CompoundAssignOperator>(B)->getComputationLHSType(); in VisitBinaryOperator()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp1404 cop->getComputationLHSType(), in recreateSyntacticForm()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp544 Writer.AddTypeRef(E->getComputationLHSType(), Record); in VisitCompoundAssignOperator()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1702 E->getComputationLHSType()); in EmitCompoundAssignLValue()
/external/clang/include/clang/AST/
DExpr.h2950 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType() function