Searched defs:QueryKind (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/include/mlir/Query/ |
H A D | Query.h | 20 enum class QueryKind { Invalid, NoOp, Help, Match, Quit }; enum
|
/llvm-project/clang-tools-extra/clang-query/ |
H A D | Query.h | 22 enum QueryKind { enum
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1000 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 D | XRefs.cpp | 1289 RelationKind QueryKind = RelationKind::OverriddenBy; findImplementations() local
|