Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/byacc/dist/test/
H A Dgrammar.y328 } IncludeStack; typedef
330 static IncludeStack *cur_file; /* current input file */
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp100 llvm::SmallVector<SourceLocation, 8> IncludeStack; member in clang::sema::SemaPPCallbacks
123 IncludeStack.push_back(IncludeLoc); in FileChanged()
131 if (!IncludeStack.empty()) { in FileChanged()
137 IncludeStack.pop_back_val()); in FileChanged()