Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h196 struct FoldExpendedConstraintKey { struct
206 llvm::DenseMap<const Expr *, std::vector<FoldExpendedConstraintKey>> FoldMap; argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1934 FoldExpendedConstraintKey K; in find()
1937 auto It = llvm::find_if(Elems, [&K](const FoldExpendedConstraintKey &Other) { in find()