OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remapper
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
SymbolTable.cpp
166
TVariable::TVariable(const TVariable& copyOf, TStructureMap&
remapper
) : TSymbol(copyOf)
168
type.copyType(copyOf.type,
remapper
);
183
TVariable* TVariable::clone(TStructureMap&
remapper
)
185
TVariable *variable = new TVariable(*this,
remapper
);
190
TFunction::TFunction(const TFunction& copyOf, TStructureMap&
remapper
) : TSymbol(copyOf)
195
parameters.back().copyParam(copyOf.parameters[i],
remapper
);
198
returnType.copyType(copyOf.returnType,
remapper
);
204
TFunction* TFunction::clone(TStructureMap&
remapper
)
206
TFunction *function = new TFunction(*this,
remapper
);
211
TSymbolTableLevel* TSymbolTableLevel::clone(TStructureMap&
remapper
)
224
TStructureMap
remapper
;
local
[
all
...]
Types.h
107
void copyType(const TType& copyOf, TStructureMap&
remapper
)
119
if ((iter =
remapper
.find(structure)) ==
remapper
.end()) {
125
typeLine.type = (*copyOf.structure)[i].type->clone(
remapper
);
151
TType* clone(TStructureMap&
remapper
)
154
newType->copyType(*this,
remapper
);
SymbolTable.h
54
virtual TSymbol* clone(TStructureMap&
remapper
) = 0;
103
TVariable(const TVariable&, TStructureMap&
remapper
); // copy constructor
104
virtual TVariable* clone(TStructureMap&
remapper
);
122
void copyParam(const TParameter& param, TStructureMap&
remapper
)
125
type = param.type->clone(
remapper
);
176
TFunction(const TFunction&, TStructureMap&
remapper
);
177
virtual TFunction* clone(TStructureMap&
remapper
);
234
TSymbolTableLevel* clone(TStructureMap&
remapper
);
/external/clang/include/clang/ARCMigrate/
ARCMT.h
86
FileRemapper
Remapper
;
105
FileRemapper &getRemapper() { return
Remapper
; }
/external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h
41
/// RF_NoModuleLevelChanges - If this flag is set, the
remapper
knows that
46
/// RF_IgnoreMissingEntries - If this flag is set, the
remapper
ignores
/external/clang/lib/ARCMigrate/
ARCMT.cpp
377
FileRemapper
remapper
;
local
378
bool err =
remapper
.initFromDisk(outputDir, *Diags,
384
remapper
.applyMappings(CI);
478
Remapper
.initFromDisk(outputDir, *Diags, /*ignoreIfFilesChanges=*/true);
488
Remapper
.applyMappings(*CInvok);
564
Remapper
.remap(filePath.str(), memBuf);
/external/icu4c/data/
build.xml
125
<
remapper
>
140
</
remapper
>
316
<
remapper
>
319
</
remapper
>
/external/clang/tools/arcmt-test/
arcmt-test.cpp
137
static void printResult(FileRemapper &
remapper
, llvm::raw_ostream &OS) {
139
remapper
.applyMappings(CI);
/prebuilt/common/jarjar/
jarjar-1.0rc8.jar
/external/chromium/chrome/browser/chromeos/
language_preferences.h
146
// TODO(yusukes): Temporary solution for View version of modifier key
remapper
.
/external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp
[
all
...]
Completed in 245 milliseconds