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()
1216 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in ComputePreamble()
1398 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in getMainBufferWithPrecompiledPreamble()
1536 PreprocessorOpts.RemappedFileBuffers.pop_back(); in getMainBufferWithPrecompiledPreamble()
1582 PreprocessorOpts.RemappedFileBuffers.pop_back(); in getMainBufferWithPrecompiledPreamble()
1608 PreprocessorOpts.RemappedFileBuffers.pop_back(); in getMainBufferWithPrecompiledPreamble()
1635 PreprocessorOpts.RemappedFileBuffers.pop_back(); in getMainBufferWithPrecompiledPreamble()
2041 for (const auto &RB : PPOpts.RemappedFileBuffers) in Reparse()
DCompilerInstance.cpp253 for (const auto &RB : InitOpts.RemappedFileBuffers) { in InitializeFileRemapping()
/external/clang/tools/arcmt-test/
Darcmt-test.cpp144 for (const auto &RB : PPOpts.RemappedFileBuffers) in printResult()