Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp143 Attributes |= deduceWeakPropertyFromType(T); in ActOnProperty()
428 PIkind |= deduceWeakPropertyFromType(PIDecl->getType()); in HandlePropertyInClassExtension()
HDSemaType.cpp3291 !S.deduceWeakPropertyFromType(T)) { in GetFullTypeForDeclarator()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h1203 unsigned deduceWeakPropertyFromType(QualType T) { in deduceWeakPropertyFromType() function