Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.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-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp209 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in findPropertyDecl()
2254 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in FindPropertyImplDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp2477 isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class in ParseObjCPropertyDynamic()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.cpp2220 &propertyName, ObjCPropertyQueryKind::OBJC_PR_query_class)) { in ActOnClassPropertyRefExpr()
HDSemaDeclObjC.cpp3963 ? ObjCPropertyQueryKind::OBJC_PR_query_class in DiagnoseCategoryDirectMembersProtocolConformance()