Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessorOptions.h105 std::vector<std::pair<std::string, llvm::MemoryBuffer *>> RemappedFileBuffers; variable
159 RemappedFileBuffers.emplace_back(From, To); in addRemappedFile()
164 RemappedFileBuffers.clear(); in clearRemappedFiles()
/external/clang/lib/Frontend/
DASTUnit.cpp251 for (const auto &RB : PPOpts.RemappedFileBuffers) in ~ASTUnit()
1218 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in ComputePreamble()
1400 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in getMainBufferWithPrecompiledPreamble()
1528 PreprocessorOpts.RemappedFileBuffers.pop_back(); in getMainBufferWithPrecompiledPreamble()
1574 PreprocessorOpts.RemappedFileBuffers.pop_back(); in getMainBufferWithPrecompiledPreamble()
1600 PreprocessorOpts.RemappedFileBuffers.pop_back(); in getMainBufferWithPrecompiledPreamble()
1627 PreprocessorOpts.RemappedFileBuffers.pop_back(); in getMainBufferWithPrecompiledPreamble()
2033 for (const auto &RB : PPOpts.RemappedFileBuffers) in Reparse()
DCompilerInstance.cpp251 for (const auto &RB : InitOpts.RemappedFileBuffers) { in InitializeFileRemapping()
/external/clang/tools/arcmt-test/
Darcmt-test.cpp144 for (const auto &RB : PPOpts.RemappedFileBuffers) in printResult()