Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DStringSet.h28 StringSet(std::initializer_list<StringRef> initializer) { in StringSet() function
32 template <typename Container> explicit StringSet(Container &&C) { in StringSet() function
36 explicit StringSet(AllocatorTy a) : Base(a) {} in StringSet() function
/llvm-project/mlir/include/mlir/Support/
H A DLLVM.h76 class StringSet; variable
133 using StringSet = llvm::StringSet<AllocatorTy>; variable
/llvm-project/clang/test/SemaCXX/
H A Dtemplate-default-param-through-using.cpp23 template<typename T = int> struct StringSet{}; struct
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DExceptionEscapeCheck.cpp21 AST_MATCHER_P(FunctionDecl, isEnabled, llvm::StringSet<>, in AST_MATCHER_P() argument