Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp486 StringRef MainFilePath = FrontendOpts.Inputs[0].getFile(); in Build() local
488 MainFileBuffer->getBuffer().slice(0, Bounds.Size), MainFilePath); in Build()
491 PreprocessorOpts.addRemappedFile(MainFilePath, PreambleInputBuffer.get()); in Build()
495 PreprocessorOpts.addRemappedFile(MainFilePath, in Build()
758 auto MainFilePath = CI.getFrontendOpts().Inputs[0].getFile(); in configurePreamble() local
759 PreprocessorOpts.addRemappedFile(MainFilePath, MainFileBuffer); in configurePreamble()
H A DASTUnit.cpp1324 auto MainFilePath = in getMainBufferWithPrecompiledPreamble() local
1328 MainFilePath, UserFilesAreVolatile); in getMainBufferWithPrecompiledPreamble()