Home
last modified time | relevance | path

Searched defs:IsFirstIncludeOfFile (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp71 EnterSourceFile(FileID FID,ConstSearchDirIterator CurDir,SourceLocation Loc,bool IsFirstIncludeOfFile) EnterSourceFile() argument
H A DLexer.cpp185 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 DHeaderSearch.cpp1454 ShouldEnterIncludeFile(Preprocessor & PP,FileEntryRef File,bool isImport,bool ModulesEnabled,Module * M,bool & IsFirstIncludeOfFile) ShouldEnterIncludeFile() argument
H A DPPDirectives.cpp2437 bool IsFirstIncludeOfFile = false; HandleHeaderIncludeOrImport() local