Home
last modified time | relevance | path

Searched defs:ContextStackTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h273 using ContextStackTy = std::vector<std::pair<MatcherCtor, unsigned>>; variable
/llvm-project/mlir/lib/Query/Matcher/
H A DParser.h182 using ContextStackTy = std::vector<std::pair<MatcherCtor, unsigned>>; variable