Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp148 cast<CompoundAssignOperator>(B)->getComputationLHSType(); in VisitBinaryOperator()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp1653 CurFPFeatureOverrides(), cop->getComputationLHSType(), in recreateSyntacticForm()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp1237 JOS.attribute("computeLHSType", createQualType(CAO->getComputationLHSType())); in VisitCompoundAssignOperator()
H A DTextNodeDumper.cpp1168 dumpBareType(Node->getComputationLHSType()); in VisitCompoundAssignOperator()
H A DASTImporter.cpp7328 auto ToComputationLHSType = importChecked(Err, E->getComputationLHSType()); in VisitCompoundAssignOperator()
H A DExprConstant.cpp8541 Result, CAO->getLHS()->getType(), CAO->getComputationLHSType(), in VisitCompoundAssignOperator()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp3158 EmitScalarConversion(OpInfo.LHS, LHSTy, E->getComputationLHSType(), Loc); in EmitCompoundAssignLValue()
3707 LHSTy = CAO->getComputationLHSType(); in EmitFixedPointBinOp()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp988 Record.AddTypeRef(E->getComputationLHSType()); in VisitCompoundAssignOperator()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h4088 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType() function