Home
last modified time | relevance | path

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

/freebsd/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.h544 bool &IsFirstIncludeOfFile);
H A DPreprocessor.h1678 SourceLocation Loc, bool IsFirstIncludeOfFile = true);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp70 bool IsFirstIncludeOfFile) { in EnterSourceFile() argument
94 Lexer *TheLexer = new Lexer(FID, *InputFile, *this, IsFirstIncludeOfFile); in EnterSourceFile()
H A DLexer.cpp184 Preprocessor &PP, bool IsFirstIncludeOfFile) in Lexer() argument
188 IsFirstTimeLexingFile(IsFirstIncludeOfFile) { in Lexer()
200 bool IsFirstIncludeOfFile) in Lexer() argument
202 IsFirstTimeLexingFile(IsFirstIncludeOfFile) { in Lexer()
214 bool IsFirstIncludeOfFile) in Lexer() argument
217 IsFirstIncludeOfFile) {} in Lexer()
H A DHeaderSearch.cpp1399 bool &IsFirstIncludeOfFile) { in ShouldEnterIncludeFile() argument
1415 IsFirstIncludeOfFile = false; in ShouldEnterIncludeFile()
1529 IsFirstIncludeOfFile = PP.markIncluded(File); in ShouldEnterIncludeFile()
H A DPPDirectives.cpp2473 bool IsFirstIncludeOfFile = false; in HandleHeaderIncludeOrImport() local
2480 IsFirstIncludeOfFile)) { in HandleHeaderIncludeOrImport()
2681 IsFirstIncludeOfFile)) in HandleHeaderIncludeOrImport()