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.h719 OBJC_PR_query_class enumerator
858 return isClassProperty() ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind()
863 return isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp206 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in findPropertyDecl()
2251 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in FindPropertyImplDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2179 isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class in ParseObjCPropertyDynamic()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2209 &propertyName, ObjCPropertyQueryKind::OBJC_PR_query_class)) { in ActOnClassPropertyRefExpr()
H A DSemaDeclObjC.cpp3965 ? ObjCPropertyQueryKind::OBJC_PR_query_class in DiagnoseCategoryDirectMembersProtocolConformance()