Searched refs:HeaderInfo (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp635 return HeaderInfo.getModuleMap()
645 : HeaderInfo.lookupModule(getLangOpts().CurrentModule);
688 for (auto Header : HeaderInfo.getModuleMap().findAllModulesForHeader(FE)) {
779 while (Optional<FileEntryRef> FE = HeaderInfo.LookupFile(
797 Optional<FileEntryRef> FE = HeaderInfo.LookupFile(
803 HeaderInfo.getModuleMap().diagnoseHeaderInclusion(
812 // headers on the #include stack and pass them to HeaderInfo.
815 if (Optional<FileEntryRef> FE = HeaderInfo.LookupSubframeworkHeader(
819 HeaderInfo.getModuleMap().diagnoseHeaderInclusion(
830 if (Optional<FileEntryRef> FE = HeaderInfo
[all...]
H A DModuleMap.cpp315 HeaderSearch &HeaderInfo)
317 HeaderInfo(HeaderInfo) {
394 if (HeaderInfo.getHeaderSearchOpts().ImplicitModuleMaps &&
397 HeaderInfo.loadTopLevelSystemModules();
957 HeaderInfo.lookupModuleMapFile(*ParentDir, IsFrameworkDir)) {
1204 HeaderInfo.MarkFileModuleHeader(Header.Entry, Role,
1991 if (Map.HeaderInfo.getHeaderSearchOpts().ImplicitModuleMaps &&
2145 Map.HeaderInfo.getHeaderSearchOpts().ModuleMapFileHomeIsCwd
313 ModuleMap(SourceManager &SourceMgr, DiagnosticsEngine &Diags, const LangOptions &LangOpts, const TargetInfo *Target, HeaderSearch &HeaderInfo) argument
H A DPPLexerChange.cpp335 HeaderInfo.SetFileControllingMacro(FE, ControllingMacro);
343 HeaderInfo.FirstTimeLexingFile(FE)) {
H A DPreprocessor.cpp87 ScratchBuf(new ScratchBuffer(SourceMgr)), HeaderInfo(Headers),
194 delete &HeaderInfo;
209 HeaderInfo.setTarget(Target);
556 HeaderInfo.IncrementIncludeCount(FE);
H A DPragma.cpp407 HeaderInfo.MarkFileIncludeOnce(getCurrentFileLexer()->getFileEntry());
468 HeaderInfo.MarkFileSystemHeader(TheLexer->getFileEntry());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h80 HeaderSearch &HeaderInfo; member in class:clang::ModuleMap
395 HeaderSearch &HeaderInfo);
H A DPreprocessor.h141 HeaderSearch &HeaderInfo; member in class:clang::Preprocessor
912 HeaderSearch &getHeaderSearchInfo() const { return HeaderInfo; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp788 AST->HeaderInfo.reset(new HeaderSearch(AST->HSOpts,
800 HeaderSearch &HeaderInfo = *AST->HeaderInfo; local
805 AST->getSourceManager(), HeaderInfo, AST->ModuleLoader,
H A DCompilerInstance.cpp386 HeaderSearch *HeaderInfo = local
391 getSourceManager(), *HeaderInfo, *this,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h114 std::unique_ptr<HeaderSearch> HeaderInfo; member in class:clang::ASTUnit

Completed in 144 milliseconds