Home
last modified time | relevance | path

Searched refs:TypeSet (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp634 std::set<ArgKind> TypeSet; in getAcceptedCompletionTypes() local
636 TypeSet.insert(ArgKind::MakeMatcherArg(IT)); in getAcceptedCompletionTypes()
642 for (const ArgKind &Kind : TypeSet) { in getAcceptedCompletionTypes()
648 TypeSet.clear(); in getAcceptedCompletionTypes()
649 TypeSet.insert(NextTypeSet.begin(), NextTypeSet.end()); in getAcceptedCompletionTypes()
651 return std::vector<ArgKind>(TypeSet.begin(), TypeSet.end()); in getAcceptedCompletionTypes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp7782 llvm::SmallPtrSet<QualType, 8>> TypeSet; typedef in __anon8501439c0b11::BuiltinCandidateTypeSet
7786 TypeSet PointerTypes;
7790 TypeSet MemberPointerTypes;
7794 TypeSet EnumerationTypes;
7798 TypeSet VectorTypes;
7802 TypeSet MatrixTypes;
7828 typedef TypeSet::iterator iterator;