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 61 if (const TagType *TTy = dyn_cast<TagType>(QTy))
62 return TTy->getDecl()->hasAttr<MayAliasAttr>();
65 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) {
66 if (TTy->getDecl()->hasAttr<MayAliasAttr>())
69 return TypeHasMayAlias(TTy->desugar());
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 49 milliseconds