Home
last modified time | relevance | path

Searched refs:CompLHSType (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DASTImporter.cpp4493 QualType CompLHSType = Importer.Import(E->getComputationLHSType()); in VisitCompoundAssignOperator() local
4494 if (CompLHSType.isNull()) in VisitCompoundAssignOperator()
4513 CompLHSType, CompResultType, in VisitCompoundAssignOperator()
/external/clang/include/clang/AST/
DExpr.h3080 QualType CompLHSType, QualType CompResultType, in CompoundAssignOperator() argument
3084 ComputationLHSType(CompLHSType), in CompoundAssignOperator()