Home
last modified time | relevance | path

Searched refs:HeaderContents (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp910 SmallString<256> HeaderContents; in PrepareToExecuteAction() local
914 HeaderContents += "#import"; in PrepareToExecuteAction()
916 HeaderContents += "#include"; in PrepareToExecuteAction()
921 HeaderContents += " \""; in PrepareToExecuteAction()
923 HeaderContents += " <"; in PrepareToExecuteAction()
925 HeaderContents += *RelativeName; in PrepareToExecuteAction()
928 HeaderContents += "\"\n"; in PrepareToExecuteAction()
930 HeaderContents += ">\n"; in PrepareToExecuteAction()
934 HeaderContents += " \""; in PrepareToExecuteAction()
935 HeaderContents += FilePath; in PrepareToExecuteAction()
[all …]
/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DModularize.cpp481 typedef std::vector<HeaderEntry> HeaderContents; typedef
485 DenseMap<const FileEntry *, HeaderContents> HeaderContentMismatches;
505 for (DenseMap<const FileEntry *, HeaderContents>::iterator in mergeCurHeaderContents()
513 DenseMap<const FileEntry *, HeaderContents>::iterator KnownH = in mergeCurHeaderContents()
536 DenseMap<const FileEntry *, HeaderContents> CurHeaderContents;
537 DenseMap<const FileEntry *, HeaderContents> AllHeaderContents;
969 for (DenseMap<const FileEntry *, HeaderContents>::iterator in main()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp363 std::string HeaderContents = in TEST_F() local
365 HeaderContents += R"cpp( in TEST_F()
368 FS.Files[HeaderFile] = HeaderContents; in TEST_F()
H A DXRefsTests.cpp1536 const char *HeaderContents = R"cpp([[]]#pragma once in TEST() local
1539 Annotations HeaderAnnotations(HeaderContents); in TEST()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp282 SmallString<256> HeaderContents; in PrepareToExecuteAction() local
293 HeaderContents += "#include \""; in PrepareToExecuteAction()
294 HeaderContents += FIF.getFile(); in PrepareToExecuteAction()
295 HeaderContents += "\"\n"; in PrepareToExecuteAction()
299 HeaderContents, Module::getModuleInputBufferName()); in PrepareToExecuteAction()
H A DFrontendAction.cpp547 SmallString<256> HeaderContents; in getInputBufferForModule() local
551 HeaderContents, CI.getLangOpts(), M->IsExternC); in getInputBufferForModule()
555 HeaderContents); in getInputBufferForModule()
564 HeaderContents, Module::getModuleInputBufferName()); in getInputBufferForModule()