Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp499 StringRef MainFilePath = FrontendOpts.Inputs[0].getFile(); in Build() local
501 MainFileBuffer->getBuffer().slice(0, Bounds.Size), MainFilePath); in Build()
504 PreprocessorOpts.addRemappedFile(MainFilePath, PreambleInputBuffer.get()); in Build()
508 PreprocessorOpts.addRemappedFile(MainFilePath, in Build()
771 auto MainFilePath = CI.getFrontendOpts().Inputs[0].getFile(); in configurePreamble() local
772 PreprocessorOpts.addRemappedFile(MainFilePath, MainFileBuffer); in configurePreamble()
H A DASTUnit.cpp1332 auto MainFilePath = in getMainBufferWithPrecompiledPreamble() local
1336 MainFilePath, UserFilesAreVolatile); in getMainBufferWithPrecompiledPreamble()