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 65 if (const TagType *TTy = dyn_cast<TagType>(QTy))
66 return TTy->getDecl()->hasAttr<MayAliasAttr>();
69 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) {
70 if (TTy->getDecl()->hasAttr<MayAliasAttr>())
73 return TypeHasMayAlias(TTy->desugar());
181 if (const RecordType *TTy = QTy->getAs<RecordType>()) {
182 const RecordDecl *RD = TTy->getDecl()->getDefinition();
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 41 milliseconds