Home
last modified time | relevance | path

Searched refs:RemappedFileBuffers (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorOptions.h164 std::vector<std::pair<std::string, llvm::MemoryBuffer *>> RemappedFileBuffers; variable
238 RemappedFileBuffers.emplace_back(std::string(From), To); in addRemappedFile()
243 RemappedFileBuffers.clear(); in clearRemappedFiles()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DPCHPreambleTest.cpp92 CI->getPreprocessorOpts().RemappedFileBuffers = GetRemappedFiles(); in ParseAST()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp190 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in getBufferForFileHandlingRemapping()
265 for (const auto &RB : PPOpts.RemappedFileBuffers) in ~ASTUnit()
1826 for (const auto &RB : PPOpts.RemappedFileBuffers) in Reparse()
H A DPrecompiledPreamble.cpp636 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in CanReuse()
H A DCompilerInstance.cpp396 for (const auto &RB : InitOpts.RemappedFileBuffers) { in InitializeFileRemapping()