Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DExpr.h3987 QualType CompLHSType, QualType CompResultType) in CompoundAssignOperator() argument
3990 ComputationLHSType(CompLHSType), ComputationResultType(CompResultType) { in CompoundAssignOperator()
4002 FPOptionsOverride FPFeatures, QualType CompLHSType = QualType(),
/external/clang/include/clang/AST/
DExpr.h3098 QualType CompLHSType, QualType CompResultType, in CompoundAssignOperator() argument
3102 ComputationLHSType(CompLHSType), in CompoundAssignOperator()
/external/llvm-project/clang/lib/AST/
DExpr.cpp4397 QualType CompLHSType, QualType CompResultType) { in Create() argument
4404 CompLHSType, CompResultType); in Create()
/external/clang/lib/AST/
DASTImporter.cpp5741 QualType CompLHSType = Importer.Import(E->getComputationLHSType()); in VisitCompoundAssignOperator() local
5742 if (CompLHSType.isNull()) in VisitCompoundAssignOperator()
5761 CompLHSType, CompResultType, in VisitCompoundAssignOperator()