Home
last modified time | relevance | path

Searched refs:IsFirstIncludeOfFile (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DLexer.h168 bool IsFirstIncludeOfFile = true);
175 bool IsFirstIncludeOfFile = true);
182 bool IsFirstIncludeOfFile = true);
DHeaderSearch.h516 bool &IsFirstIncludeOfFile);
DPreprocessor.h1642 SourceLocation Loc, bool IsFirstIncludeOfFile = true);
/openbsd/src/gnu/llvm/clang/lib/Lex/
DPPLexerChange.cpp71 bool IsFirstIncludeOfFile) { in EnterSourceFile() argument
95 Lexer *TheLexer = new Lexer(FID, *InputFile, *this, IsFirstIncludeOfFile); in EnterSourceFile()
DLexer.cpp136 Preprocessor &PP, bool IsFirstIncludeOfFile) in Lexer() argument
140 IsFirstTimeLexingFile(IsFirstIncludeOfFile) { in Lexer()
152 bool IsFirstIncludeOfFile) in Lexer() argument
154 IsFirstTimeLexingFile(IsFirstIncludeOfFile) { in Lexer()
166 bool IsFirstIncludeOfFile) in Lexer() argument
169 IsFirstIncludeOfFile) {} in Lexer()
DHeaderSearch.cpp1406 bool &IsFirstIncludeOfFile) { in ShouldEnterIncludeFile() argument
1409 IsFirstIncludeOfFile = false; in ShouldEnterIncludeFile()
1482 IsFirstIncludeOfFile = PP.markIncluded(File); in ShouldEnterIncludeFile()
DPPDirectives.cpp2315 bool IsFirstIncludeOfFile = false; in HandleHeaderIncludeOrImport() local
2322 IsFirstIncludeOfFile)) { in HandleHeaderIncludeOrImport()
2520 IsFirstIncludeOfFile)) in HandleHeaderIncludeOrImport()