Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h168 bool IsFirstIncludeOfFile = true);
175 bool IsFirstIncludeOfFile = true);
182 bool IsFirstIncludeOfFile = true);
H A DHeaderSearch.h527 bool &IsFirstIncludeOfFile);
H A DPreprocessor.h1642 SourceLocation Loc, bool IsFirstIncludeOfFile = true);
/freebsd-14.2/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.cpp140 Preprocessor &PP, bool IsFirstIncludeOfFile) in Lexer() argument
144 IsFirstTimeLexingFile(IsFirstIncludeOfFile) { in Lexer()
156 bool IsFirstIncludeOfFile) in Lexer() argument
158 IsFirstTimeLexingFile(IsFirstIncludeOfFile) { in Lexer()
170 bool IsFirstIncludeOfFile) in Lexer() argument
173 IsFirstIncludeOfFile) {} in Lexer()
H A DHeaderSearch.cpp1403 bool &IsFirstIncludeOfFile) { in ShouldEnterIncludeFile() argument
1406 IsFirstIncludeOfFile = false; in ShouldEnterIncludeFile()
1479 IsFirstIncludeOfFile = PP.markIncluded(File); in ShouldEnterIncludeFile()
H A DPPDirectives.cpp2362 bool IsFirstIncludeOfFile = false; in HandleHeaderIncludeOrImport() local
2369 IsFirstIncludeOfFile)) { in HandleHeaderIncludeOrImport()
2571 IsFirstIncludeOfFile)) in HandleHeaderIncludeOrImport()