Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h3164 QualType CompLHSType, QualType CompResultType, in CompoundAssignOperator() argument
3168 ComputationLHSType(CompLHSType), in CompoundAssignOperator()
/external/clang/lib/AST/
DASTImporter.cpp5163 QualType CompLHSType = Importer.Import(E->getComputationLHSType()); in VisitCompoundAssignOperator() local
5164 if (CompLHSType.isNull()) in VisitCompoundAssignOperator()
5183 CompLHSType, CompResultType, in VisitCompoundAssignOperator()