Home
last modified time | relevance | path

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

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