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/
H A DLexer.h168 bool IsFirstIncludeOfFile = true);
175 bool IsFirstIncludeOfFile = true);
182 bool IsFirstIncludeOfFile = true);
H A DHeaderSearch.h516 bool &IsFirstIncludeOfFile);
H A DPreprocessor.h1642 SourceLocation Loc, bool IsFirstIncludeOfFile = true);
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPLexerChange.cpp71 bool IsFirstIncludeOfFile) { in EnterSourceFile() argument
95 Lexer *TheLexer = new Lexer(FID, *InputFile, *this, IsFirstIncludeOfFile); in EnterSourceFile()
H A 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()
H A DHeaderSearch.cpp1406 bool &IsFirstIncludeOfFile) { in ShouldEnterIncludeFile() argument
1409 IsFirstIncludeOfFile = false; in ShouldEnterIncludeFile()
1482 IsFirstIncludeOfFile = PP.markIncluded(File); in ShouldEnterIncludeFile()
H A DPPDirectives.cpp2315 bool IsFirstIncludeOfFile = false; in HandleHeaderIncludeOrImport() local
2322 IsFirstIncludeOfFile)) { in HandleHeaderIncludeOrImport()
2520 IsFirstIncludeOfFile)) in HandleHeaderIncludeOrImport()