reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTImporter.cpp
 6695       E->getLHS(), E->getRHS(), E->getType(), E->getComputationLHSType(),
tools/clang/lib/AST/ExprConstant.cpp
 7663       Result, CAO->getLHS()->getType(), CAO->getComputationLHSType(),
tools/clang/lib/AST/JSONNodeDumper.cpp
 1163   JOS.attribute("computeLHSType", createQualType(CAO->getComputationLHSType()));
tools/clang/lib/AST/TextNodeDumper.cpp
  854   dumpBareType(Node->getComputationLHSType());
tools/clang/lib/CodeGen/CGExprScalar.cpp
 2905       EmitScalarConversion(OpInfo.LHS, LHSTy, E->getComputationLHSType(), Loc);
tools/clang/lib/Sema/SemaPseudoObject.cpp
 1660                                                 cop->getComputationLHSType(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  784   Record.AddTypeRef(E->getComputationLHSType());
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  149         cast<CompoundAssignOperator>(B)->getComputationLHSType();