Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp140 cast<CompoundAssignOperator>(B)->getComputationLHSType(); in VisitBinaryOperator()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp1651 cop->getComputationLHSType(), in recreateSyntacticForm()
/external/clang/lib/AST/
DASTDumper.cpp2056 dumpBareType(Node->getComputationLHSType()); in VisitCompoundAssignOperator()
DASTImporter.cpp5741 QualType CompLHSType = Importer.Import(E->getComputationLHSType()); in VisitCompoundAssignOperator()
DExprConstant.cpp4992 Result, CAO->getLHS()->getType(), CAO->getComputationLHSType(), in VisitCompoundAssignOperator()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp654 Record.AddTypeRef(E->getComputationLHSType()); in VisitCompoundAssignOperator()
/external/clang/include/clang/AST/
DExpr.h3115 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType() function
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2173 EmitScalarConversion(OpInfo.LHS, LHSTy, E->getComputationLHSType(), Loc); in EmitCompoundAssignLValue()