Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp185 Preprocessor &PP, bool IsFirstIncludeOfFile) in Lexer() argument
189 IsFirstTimeLexingFile(IsFirstIncludeOfFile) { in Lexer()
201 bool IsFirstIncludeOfFile) in Lexer() argument
203 IsFirstTimeLexingFile(IsFirstIncludeOfFile) { in Lexer()
215 bool IsFirstIncludeOfFile) in Lexer() argument
218 IsFirstIncludeOfFile) {} in Lexer()
H A DHeaderSearch.cpp1454 bool &IsFirstIncludeOfFile) { in ShouldEnterIncludeFile() argument
1470 IsFirstIncludeOfFile = false; in ShouldEnterIncludeFile()
1585 IsFirstIncludeOfFile = PP.markIncluded(File); in ShouldEnterIncludeFile()
H A DPPDirectives.cpp2439 bool IsFirstIncludeOfFile = false; in HandleHeaderIncludeOrImport() local
2446 IsFirstIncludeOfFile)) { in HandleHeaderIncludeOrImport()
2647 IsFirstIncludeOfFile)) in HandleHeaderIncludeOrImport()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h547 bool &IsFirstIncludeOfFile);
H A DPreprocessor.h1663 SourceLocation Loc, bool IsFirstIncludeOfFile = true);