OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Remap
(Results
1 - 4
of
4
) sorted by null
/external/clang/tools/libclang/
ARCMigrate.cpp
26
struct
Remap
{
59
llvm::OwningPtr<
Remap
>
remap
(new
Remap
());
61
bool err = arcmt::getFileRemappings(
remap
->Vec, migrate_dir_path,&diagBuffer);
74
return
remap
.take();
78
return static_cast<
Remap
*>(map)->Vec.size();
86
static_cast<
Remap
*>(map)->Vec[index].first,
90
static_cast<
Remap
*>(map)->Vec[index].second,
95
delete static_cast<
Remap
*>(map)
[
all
...]
/external/clang/lib/Frontend/
InitPreprocessor.cpp
572
//
Remap
files in the source manager (with buffers).
574
Remap
= InitOpts.remapped_file_buffer_begin(),
576
Remap
!= RemapEnd;
577
++
Remap
) {
579
const FileEntry *FromFile = FileMgr.getVirtualFile(
Remap
->first,
580
Remap
->second->getBufferSize(),
584
<<
Remap
->first;
586
delete
Remap
->second;
592
SourceMgr.overrideFileContents(FromFile,
Remap
->second,
596
//
Remap
files in the source manager (with other files)
[
all
...]
ASTUnit.cpp
[
all
...]
/external/clang/include/clang/Serialization/
ASTReader.h
206
friend class ASTUnit; // ASTUnit needs to
remap
source locations.
[
all
...]
Completed in 39 milliseconds