Searched defs:getObjCGCAttrKind (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp5726 Qualifiers::GC ASTContext::getObjCGCAttrKind(QualType Ty) const { function in class:ASTContext
5740 return getObjCGCAttrKind(Ty->getAs<PointerType>()->getPointeeType());

Completed in 72 milliseconds