Home
last modified time | relevance | path

Searched defs:TTy (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp100 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in isValidBaseType() local
283 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in CollectFields() local
335 if (auto *TTy = dyn_cast<RecordType>(Ty)) { in getBaseTypeInfoHelper() local
H A DCGDebugInfo.cpp1921 llvm::DIType *TTy = getOrCreateType(TA.getAsType(), Unit); in CollectTemplateParams() local
1935 llvm::DIType *TTy = getOrCreateType(TA.getIntegralType(), Unit); in CollectTemplateParams() local
1953 llvm::DIType *TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
1998 llvm::DIType *TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
2032 llvm::DIType *TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
H A DCGExprScalar.cpp261 if (const auto *TTy = in EmitLValueAlignmentAssumption() local
278 if (const auto *TTy = in EmitLValueAlignmentAssumption() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp5865 QualType TTy = To->getType(); in TryClassUnification() local