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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 77 if (const TagType *TTy = dyn_cast<TagType>(QTy))
78 return TTy->getDecl()->hasAttr<MayAliasAttr>();
81 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) {
82 if (TTy->getDecl()->hasAttr<MayAliasAttr>())
85 return TypeHasMayAlias(TTy->desugar());
181 if (const RecordType *TTy = QTy->getAs<RecordType>()) {
182 const RecordDecl *RD = TTy->getDecl()->getDefinition();
232 if (const RecordType *TTy = QTy->getAs<RecordType>()) {
233 const RecordDecl *RD = TTy->getDecl()->getDefinition();
252 if (const RecordType *TTy = QTy->getAs<RecordType>())
    [all...]
CGDebugInfo.cpp     [all...]
CGExprScalar.cpp 102 if (const auto *TTy =
104 AVAttr = TTy->getDecl()->getAttr<AlignValueAttr>();
116 if (const auto *TTy =
118 AVAttr = TTy->getDecl()->getAttr<AlignValueAttr>();
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 329 milliseconds