Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp399 StringRef MainFilePath = FrontendOpts.Inputs[0].getFile(); in Build() local
401 MainFileBuffer->getBuffer().slice(0, Bounds.Size), MainFilePath); in Build()
404 PreprocessorOpts.addRemappedFile(MainFilePath, PreambleInputBuffer.get()); in Build()
408 PreprocessorOpts.addRemappedFile(MainFilePath, in Build()
800 auto MainFilePath = CI.getFrontendOpts().Inputs[0].getFile(); in configurePreamble() local
801 PreprocessorOpts.addRemappedFile(MainFilePath, MainFileBuffer); in configurePreamble()
H A DASTUnit.cpp1298 auto MainFilePath = in getMainBufferWithPrecompiledPreamble() local
1302 MainFilePath, UserFilesAreVolatile); in getMainBufferWithPrecompiledPreamble()