Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTBAA.cpp73 if (const TagType *TTy = dyn_cast<TagType>(QTy)) in TypeHasMayAlias() local
77 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) { in TypeHasMayAlias() local
178 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in CollectFields() local
229 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in isTBAAPathStruct() local
249 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in getTBAAStructTypeInfo() local
DCGDebugInfo.cpp1232 llvm::DIType TTy = getOrCreateType(TA.getAsType(), Unit); in CollectTemplateParams() local
1238 llvm::DIType TTy = getOrCreateType(TA.getIntegralType(), Unit); in CollectTemplateParams() local
1253 llvm::DIType TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
1285 llvm::DIType TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
1324 llvm::DIType TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp4236 QualType TTy = To->getType(); in TryClassUnification() local