HomeSort by: relevance | last modified time | path
    Searched refs:HeaderContents (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 256 SmallString<256> HeaderContents;
267 HeaderContents += "#include \"";
268 HeaderContents += FIF.getFile();
269 HeaderContents += "\"\n";
273 HeaderContents, Module::getModuleInputBufferName());
FrontendAction.cpp 530 SmallString<256> HeaderContents;
534 HeaderContents, CI.getLangOpts(), M->IsExternC);
538 HeaderContents);
547 HeaderContents, Module::getModuleInputBufferName());

Completed in 19 milliseconds