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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp149 cast<CompoundAssignOperator>(B)->getComputationLHSType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1653 CurFPFeatureOverrides(), cop->getComputationLHSType(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1178 JOS.attribute("computeLHSType", createQualType(CAO->getComputationLHSType()));
H A DASTImporter.cpp6887 auto ToComputationLHSType = importChecked(Err, E->getComputationLHSType());
H A DExprConstant.cpp8040 Result, CAO->getLHS()->getType(), CAO->getComputationLHSType(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3060 EmitScalarConversion(OpInfo.LHS, LHSTy, E->getComputationLHSType(), Loc);
3583 LHSTy = CAO->getComputationLHSType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp967 Record.AddTypeRef(E->getComputationLHSType());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3925 QualType getComputationLHSType() const { return ComputationLHSType; } function in class:clang::final::CompoundAssignOperator

Completed in 195 milliseconds