Searched refs:getComputationLHSType (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineC.cpp | 148 cast<CompoundAssignOperator>(B)->getComputationLHSType(); in VisitBinaryOperator()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 1653 CurFPFeatureOverrides(), cop->getComputationLHSType(), in recreateSyntacticForm()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1237 JOS.attribute("computeLHSType", createQualType(CAO->getComputationLHSType())); in VisitCompoundAssignOperator()
|
| H A D | TextNodeDumper.cpp | 1168 dumpBareType(Node->getComputationLHSType()); in VisitCompoundAssignOperator()
|
| H A D | ASTImporter.cpp | 7328 auto ToComputationLHSType = importChecked(Err, E->getComputationLHSType()); in VisitCompoundAssignOperator()
|
| H A D | ExprConstant.cpp | 8541 Result, CAO->getLHS()->getType(), CAO->getComputationLHSType(), in VisitCompoundAssignOperator()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 3158 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 D | ASTWriterStmt.cpp | 988 Record.AddTypeRef(E->getComputationLHSType()); in VisitCompoundAssignOperator()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 4088 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType() function
|