Home
last modified time | relevance | path

Searched defs:QueryKind (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/Query/
H A DQuery.h20 enum class QueryKind { Invalid, NoOp, Help, Match, Quit }; enum
/llvm-project/clang-tools-extra/clang-query/
H A DQuery.h22 enum QueryKind { enum
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1000 hasWrittenStorageAttribute(ObjCPropertyDecl * Prop,ObjCPropertyQueryKind QueryKind) hasWrittenStorageAttribute() argument
1065 ActOnPropertyImplDecl(Scope * S,SourceLocation AtLoc,SourceLocation PropertyLoc,bool Synthesize,IdentifierInfo * PropertyId,IdentifierInfo * PropertyIvar,SourceLocation PropertyIvarLoc,ObjCPropertyQueryKind QueryKind) ActOnPropertyImplDecl() argument
/llvm-project/clang-tools-extra/clangd/
H A DXRefs.cpp1289 RelationKind QueryKind = RelationKind::OverriddenBy; findImplementations() local