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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp255 SmallString<256> HeaderContents; local
266 HeaderContents += "#include \"";
267 HeaderContents += FIF.getFile();
268 HeaderContents += "\"\n";
272 HeaderContents, Module::getModuleInputBufferName());
H A DFrontendAction.cpp518 SmallString<256> HeaderContents; local
521 addHeaderInclude(UmbrellaHeader.NameAsWritten, HeaderContents,
526 HeaderContents);
535 HeaderContents, Module::getModuleInputBufferName());

Completed in 131 milliseconds