Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/byacc/test/
H A Dgrammar.y325 } IncludeStack; typedef
327 static IncludeStack *cur_file; /* current input file */
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp79 llvm::SmallVector<SourceLocation, 8> IncludeStack; member in clang::sema::SemaPPCallbacks
96 IncludeStack.push_back(IncludeLoc); in FileChanged()
103 if (!IncludeStack.empty()) in FileChanged()
106 IncludeStack.pop_back_val()); in FileChanged()
/freebsd-12.1/contrib/byacc/test/yacc/
H A Dgrammar.tab.c355 } IncludeStack; typedef
357 static IncludeStack *cur_file; /* current input file */
/freebsd-12.1/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c375 } IncludeStack; typedef
377 static IncludeStack *cur_file; /* current input file */