Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp73 Qualifiers::ObjCLifetime expectedLifetime in checkPropertyDeclWithOwnership() local
75 if (!expectedLifetime) { in checkPropertyDeclWithOwnership()
93 if (propertyLifetime == expectedLifetime) return; in checkPropertyDeclWithOwnership()
99 << expectedLifetime in checkPropertyDeclWithOwnership()