Home
last modified time | relevance | path

Searched refs:queryKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp181 ObjCPropertyQueryKind queryKind) { in findPropertyDecl() argument
196 queryKind)) in findPropertyDecl()
207 if ((queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in findPropertyDecl()
209 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in findPropertyDecl()
211 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance && in findPropertyDecl()
219 if (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown) in findPropertyDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h937 ObjCPropertyQueryKind queryKind);
2502 ObjCPropertyQueryKind queryKind) const;