Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp156 ObjCPropertyQueryKind queryKind) { in findPropertyDecl() argument
171 queryKind)) in findPropertyDecl()
182 if ((queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in findPropertyDecl()
184 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in findPropertyDecl()
186 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance && in findPropertyDecl()
194 if (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown) in findPropertyDecl()
/external/clang/include/clang/AST/
DDeclObjC.h891 ObjCPropertyQueryKind queryKind);
2343 ObjCPropertyQueryKind queryKind) const;