Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp4227 ToUnderlyingType, enumerator
4248 return FixedEnumPromotion::ToUnderlyingType; in getFixedEnumPromtion()
4304 return FEP1 == FixedEnumPromotion::ToUnderlyingType in CompareStandardConversionSequences()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2719 auto ToUnderlyingType = importChecked(Err, D->getUnderlyingType()); in VisitTypedefNameDecl() local
2727 (void)ToUnderlyingType; in VisitTypedefNameDecl()