Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp179 ObjCPropertyQueryKind queryKind) { in findPropertyDecl() argument
194 queryKind)) in findPropertyDecl()
205 if ((queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in findPropertyDecl()
207 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in findPropertyDecl()
209 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance && in findPropertyDecl()
217 if (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown) in findPropertyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h959 ObjCPropertyQueryKind queryKind);
2459 ObjCPropertyQueryKind queryKind) const;