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 78 if (const TagType *TTy = dyn_cast<TagType>(QTy))
79 return TTy->getDecl()->hasAttr<MayAliasAttr>();
82 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) {
83 if (TTy->getDecl()->hasAttr<MayAliasAttr>())
86 return TypeHasMayAlias(TTy->desugar());
185 if (const RecordType *TTy = QTy->getAs<RecordType>()) {
186 const RecordDecl *RD = TTy->getDecl()->getDefinition();
237 if (const RecordType *TTy = QTy->getAs<RecordType>()) {
238 const RecordDecl *RD = TTy->getDecl()->getDefinition();
257 if (const RecordType *TTy = QTy->getAs<RecordType>())
    [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 53 milliseconds