HomeSort by: relevance | last modified time | path
    Searched refs:ObjCPropertyQueryKind (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 180 ObjCPropertyQueryKind queryKind) {
206 if ((queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown &&
208 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_class &&
210 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance &&
218 if (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown)
239 ObjCPropertyQueryKind QueryKind) const {
372 ObjCPropertyQueryKind QueryKind) const {
2167 ObjCPropertyQueryKind QueryKind) const {
2173 if ((QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown &&
2175 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_class &
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 717 enum class ObjCPropertyQueryKind : uint8_t {
857 ObjCPropertyQueryKind getQueryKind() const {
858 return isClassProperty() ? ObjCPropertyQueryKind::OBJC_PR_query_class :
859 ObjCPropertyQueryKind::OBJC_PR_query_instance;
862 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) {
863 return isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class :
864 ObjCPropertyQueryKind::OBJC_PR_query_instance;
935 ObjCPropertyQueryKind queryKind);
1077 ObjCPropertyQueryKind QueryKind) const;
1779 ObjCPropertyQueryKind QueryKind) const
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp 433 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance))
455 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
1376 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
SemaExprObjC.cpp 2001 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
2017 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
2078 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
2210 &propertyName, ObjCPropertyQueryKind::OBJC_PR_query_class)) {
SemaObjCProperty.cpp 1015 ObjCPropertyQueryKind QueryKind) {
1084 ObjCPropertyQueryKind QueryKind) {
SemaDeclObjC.cpp 3945 ? ObjCPropertyQueryKind::OBJC_PR_query_class
3946 : ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
SemaLookup.cpp 4648 Name, ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
SemaCodeComplete.cpp 8106 PropertyName, ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 2351 ObjCPropertyQueryKind::OBJC_PR_query_unknown);
2413 isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class :
2414 ObjCPropertyQueryKind::OBJC_PR_query_unknown);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 9654 ObjCPropertyQueryKind QueryKind);

Completed in 68 milliseconds