Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTBAA.cpp78 if (const TagType *TTy = dyn_cast<TagType>(QTy)) in TypeHasMayAlias() local
82 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) { in TypeHasMayAlias() local
185 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in CollectFields() local
237 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in isTBAAPathStruct() local
257 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in getTBAAStructTypeInfo() local
DCGDebugInfo.cpp1219 llvm::DIType TTy = getOrCreateType(TA.getAsType(), Unit); in CollectTemplateParams() local
1225 llvm::DIType TTy = getOrCreateType(TA.getIntegralType(), Unit); in CollectTemplateParams() local
1240 llvm::DIType TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
1271 llvm::DIType TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
1996 if (const TypedefType* TTy = dyn_cast<TypedefType>(Ty)) in getOrCreateType() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp4127 QualType TTy = To->getType(); in TryClassUnification() local