Searched refs:QueryKind (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-query/ |
| H A D | Query.h | 23 enum QueryKind { enum 40 Query(QueryKind Kind) : Kind(Kind) {} in Query() 49 const QueryKind Kind; 116 static const QueryKind value = QK_SetBool; 120 static const QueryKind value = QK_SetOutputKind; 124 static const QueryKind value = QK_SetTraversalKind; 164 SetNonExclusiveOutputQuery(QueryKind Kind, bool QuerySession::*Var,
|
| H A D | Query.cpp | 279 const QueryKind SetQueryKind<bool>::value; 280 const QueryKind SetQueryKind<OutputKind>::value;
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 251 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration() 263 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration() 270 QueryKind)) in FindPropertyDeclaration() 280 QueryKind)) in FindPropertyDeclaration() 290 PropertyId, QueryKind)) in FindPropertyDeclaration() 297 QueryKind)) in FindPropertyDeclaration() 384 ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass() 394 QueryKind)) in FindPropertyVisibleInPrimaryClass() 400 QueryKind)) in FindPropertyVisibleInPrimaryClass() 2188 ObjCPropertyQueryKind QueryKind) const { in FindPropertyImplDecl() [all …]
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1015 ObjCPropertyQueryKind QueryKind) { in hasWrittenStorageAttribute() argument 1039 Prop->getIdentifier(), QueryKind)) in hasWrittenStorageAttribute() 1084 ObjCPropertyQueryKind QueryKind) { in ActOnPropertyImplDecl() argument 1111 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl() 1191 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl() 1302 if (!hasWrittenStorageAttribute(property, QueryKind) && in ActOnPropertyImplDecl() 1568 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl() 1607 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | XRefs.cpp | 1296 RelationKind QueryKind = RelationKind::OverriddenBy; in findImplementations() local 1301 QueryKind = RelationKind::OverriddenBy; in findImplementations() 1305 QueryKind = RelationKind::BaseOf; in findImplementations() 1308 return findImplementors(std::move(IDs), QueryKind, Index, *MainFilePath); in findImplementations()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1079 ObjCPropertyQueryKind QueryKind) const; 1781 ObjCPropertyQueryKind QueryKind) const;
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 10048 ObjCPropertyQueryKind QueryKind);
|