Searched refs:hasStrongOrWeakObjCLifetime (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h306 bool hasStrongOrWeakObjCLifetime() const { function in class:clang::Qualifiers
950 bool hasStrongOrWeakObjCLifetime() const { function in class:clang::QualType
951 return getQualifiers().hasStrongOrWeakObjCLifetime();
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1527 if (!qs.hasStrongOrWeakObjCLifetime())

Completed in 143 milliseconds