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 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());
177 if (const RecordType *TTy = QTy->getAs<RecordType>()) {
178 const RecordDecl *RD = TTy->getDecl()->getDefinition();
228 if (const RecordType *TTy = QTy->getAs<RecordType>()) {
229 const RecordDecl *RD = TTy->getDecl()->getDefinition();
248 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 149 milliseconds