Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp278 SmallString<256> HeaderContents; in PrepareToExecuteAction() local
289 HeaderContents += "#include \""; in PrepareToExecuteAction()
290 HeaderContents += FIF.getFile(); in PrepareToExecuteAction()
291 HeaderContents += "\"\n"; in PrepareToExecuteAction()
295 HeaderContents, Module::getModuleInputBufferName()); in PrepareToExecuteAction()
H A DFrontendAction.cpp530 SmallString<256> HeaderContents; in getInputBufferForModule() local
534 HeaderContents, CI.getLangOpts(), M->IsExternC); in getInputBufferForModule()
538 HeaderContents); in getInputBufferForModule()
547 HeaderContents, Module::getModuleInputBufferName()); in getInputBufferForModule()