HomeSort by relevance Sort by last modified time
    Searched refs:TTy (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 73 if (const TagType *TTy = dyn_cast<TagType>(QTy))
74 return TTy->getDecl()->hasAttr<MayAliasAttr>();
77 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) {
78 if (TTy->getDecl()->hasAttr<MayAliasAttr>())
81 return TypeHasMayAlias(TTy->desugar());
178 if (const RecordType *TTy = QTy->getAs<RecordType>()) {
179 const RecordDecl *RD = TTy->getDecl()->getDefinition();
229 if (const RecordType *TTy = QTy->getAs<RecordType>()) {
230 const RecordDecl *RD = TTy->getDecl()->getDefinition();
249 if (const RecordType *TTy = QTy->getAs<RecordType>())
    [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 93 milliseconds