Searched defs:IsFirstIncludeOfFile (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Lex/ |
H A D | PPLexerChange.cpp | 71 EnterSourceFile(FileID FID,ConstSearchDirIterator CurDir,SourceLocation Loc,bool IsFirstIncludeOfFile) EnterSourceFile() argument
|
H A D | Lexer.cpp | 185 Lexer(FileID FID,const llvm::MemoryBufferRef & InputFile,Preprocessor & PP,bool IsFirstIncludeOfFile) Lexer() argument 201 Lexer(SourceLocation fileloc,const LangOptions & langOpts,const char * BufStart,const char * BufPtr,const char * BufEnd,bool IsFirstIncludeOfFile) Lexer() argument 215 Lexer(FileID FID,const llvm::MemoryBufferRef & FromFile,const SourceManager & SM,const LangOptions & langOpts,bool IsFirstIncludeOfFile) Lexer() argument
|
H A D | HeaderSearch.cpp | 1454 ShouldEnterIncludeFile(Preprocessor & PP,FileEntryRef File,bool isImport,bool ModulesEnabled,Module * M,bool & IsFirstIncludeOfFile) ShouldEnterIncludeFile() argument
|
H A D | PPDirectives.cpp | 2437 bool IsFirstIncludeOfFile = false; HandleHeaderIncludeOrImport() local
|