Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h720 OBJC_PR_query_class enumerator
857 return isClassProperty() ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind()
862 return isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp208 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in findPropertyDecl()
2268 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in FindPropertyImplDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2479 isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class : in ParseObjCPropertyDynamic()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2210 &propertyName, ObjCPropertyQueryKind::OBJC_PR_query_class)) { in ActOnClassPropertyRefExpr()
H A DSemaDeclObjC.cpp3960 ? ObjCPropertyQueryKind::OBJC_PR_query_class in DiagnoseCategoryDirectMembersProtocolConformance()