Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/Dynamic/
DParser.h248 typedef std::vector<std::pair<MatcherCtor, unsigned> > ContextStackTy; typedef
249 ContextStackTy ContextStack;
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp469 for (ContextStackTy::iterator I = ContextStack.begin(), in addExpressionCompletions()