Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp756 QualType CondTypeBeforePromotion = in ActOnFinishSwitchStmt() local
794 = HasDependentValue ? 0 : Context.getIntWidth(CondTypeBeforePromotion); in ActOnFinishSwitchStmt()
796 = CondTypeBeforePromotion->isSignedIntegerOrEnumerationType(); in ActOnFinishSwitchStmt()
1070 const EnumType *ET = CondTypeBeforePromotion->getAs<EnumType>(); in ActOnFinishSwitchStmt()
1095 << CondTypeBeforePromotion; in ActOnFinishSwitchStmt()
1106 << CondTypeBeforePromotion; in ActOnFinishSwitchStmt()
1116 << CondTypeBeforePromotion; in ActOnFinishSwitchStmt()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp922 QualType CondTypeBeforePromotion = in ActOnFinishSwitchStmt() local
937 = HasDependentValue ? 0 : Context.getIntWidth(CondTypeBeforePromotion); in ActOnFinishSwitchStmt()
939 = CondTypeBeforePromotion->isSignedIntegerOrEnumerationType(); in ActOnFinishSwitchStmt()
1180 const EnumType *ET = CondTypeBeforePromotion->getAs<EnumType>(); in ActOnFinishSwitchStmt()
1206 << CondTypeBeforePromotion; in ActOnFinishSwitchStmt()
1217 << CondTypeBeforePromotion; in ActOnFinishSwitchStmt()
1227 << CondTypeBeforePromotion; in ActOnFinishSwitchStmt()