Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h721 OBJC_PR_query_class enumerator
860 return isClassProperty() ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind()
865 return isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp209 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in findPropertyDecl()
2254 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in FindPropertyImplDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2477 isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class in ParseObjCPropertyDynamic()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2220 &propertyName, ObjCPropertyQueryKind::OBJC_PR_query_class)) { in ActOnClassPropertyRefExpr()
H A DSemaDeclObjC.cpp3963 ? ObjCPropertyQueryKind::OBJC_PR_query_class in DiagnoseCategoryDirectMembersProtocolConformance()