Home
last modified time | relevance | path

Searched refs:expectedLifetime (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp77 Qualifiers::ObjCLifetime expectedLifetime in checkPropertyDeclWithOwnership() local
79 if (!expectedLifetime) { in checkPropertyDeclWithOwnership()
97 if (propertyLifetime == expectedLifetime) return; in checkPropertyDeclWithOwnership()
103 << expectedLifetime in checkPropertyDeclWithOwnership()