Searched refs:GetTypeBeforeIntegralPromotion (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp665 /// GetTypeBeforeIntegralPromotion - Returns the pre-promotion type of
667 static QualType GetTypeBeforeIntegralPromotion(const Expr *&E) { function
888 GetTypeBeforeIntegralPromotion(CondExprBeforePromotion);
949 GetTypeBeforeIntegralPromotion(LoBeforePromotion);
1052 GetTypeBeforeIntegralPromotion(HiBeforePromotion);

Completed in 145 milliseconds