Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h273 using ContextStackTy = std::vector<std::pair<MatcherCtor, unsigned>>; variable
275 ContextStackTy ContextStack;
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp765 for (ContextStackTy::iterator I = ContextStack.begin(), in addExpressionCompletions()