HomeSort by relevance Sort by last modified time
    Searched refs:ScopedContextEntry (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 179 struct ScopedContextEntry;
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 265 struct Parser::ScopedContextEntry {
268 ScopedContextEntry(Parser *P, MatcherCtor C) : P(P) {
272 ~ScopedContextEntry() {
338 ScopedContextEntry SCE(this, Ctor ? *Ctor : nullptr);

Completed in 108 milliseconds