Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/byacc/test/
H A Dgrammar.y326 } IncludeStack; typedef
328 static IncludeStack *cur_file; /* current input file */
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp122 llvm::SmallVector<SourceLocation, 8> IncludeStack; member in clang::sema::SemaPPCallbacks
145 IncludeStack.push_back(IncludeLoc); in FileChanged()
153 if (!IncludeStack.empty()) { in FileChanged()
159 IncludeStack.pop_back_val()); in FileChanged()
/freebsd-13.1/contrib/byacc/test/yacc/
H A Dgrammar.tab.c356 } IncludeStack; typedef
358 static IncludeStack *cur_file; /* current input file */
/freebsd-13.1/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c376 } IncludeStack; typedef
378 static IncludeStack *cur_file; /* current input file */