Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp71 bool IsFirstIncludeOfFile) { in EnterSourceFile() argument
H A DLexer.cpp140 Lexer(FileID FID,const llvm::MemoryBufferRef & InputFile,Preprocessor & PP,bool IsFirstIncludeOfFile) Lexer() argument
156 Lexer(SourceLocation fileloc,const LangOptions & langOpts,const char * BufStart,const char * BufPtr,const char * BufEnd,bool IsFirstIncludeOfFile) Lexer() argument
170 Lexer(FileID FID,const llvm::MemoryBufferRef & FromFile,const SourceManager & SM,const LangOptions & langOpts,bool IsFirstIncludeOfFile) Lexer() argument
H A DHeaderSearch.cpp1403 ShouldEnterIncludeFile(Preprocessor & PP,FileEntryRef File,bool isImport,bool ModulesEnabled,Module * M,bool & IsFirstIncludeOfFile) ShouldEnterIncludeFile() argument
H A DPPDirectives.cpp2362 bool IsFirstIncludeOfFile = false; HandleHeaderIncludeOrImport() local