Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4561 for (const QualType &FundamentalType : FundamentalTypes) { in EmitFundamentalRTTIDescriptors() local
4562 QualType PointerType = getContext().getPointerType(FundamentalType); in EmitFundamentalRTTIDescriptors()
4564 FundamentalType.withConst()); in EmitFundamentalRTTIDescriptors()
4565 for (QualType Type : {FundamentalType, PointerType, PointerTypeConst}) in EmitFundamentalRTTIDescriptors()