Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp74 Qualifiers::ObjCLifetime expectedLifetime in checkPropertyDeclWithOwnership() local
76 if (!expectedLifetime) { in checkPropertyDeclWithOwnership()
94 if (propertyLifetime == expectedLifetime) return; in checkPropertyDeclWithOwnership()
100 << expectedLifetime in checkPropertyDeclWithOwnership()