Home
last modified time | relevance | path

Searched defs:remapper (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DSymbolTable.cpp166 TVariable::TVariable(const TVariable& copyOf, TStructureMap& remapper) : TSymbol(copyOf) in TVariable()
183 TVariable* TVariable::clone(TStructureMap& remapper) in clone()
190 TFunction::TFunction(const TFunction& copyOf, TStructureMap& remapper) : TSymbol(copyOf) in TFunction()
204 TFunction* TFunction::clone(TStructureMap& remapper) in clone()
211 TSymbolTableLevel* TSymbolTableLevel::clone(TStructureMap& remapper) in clone()
224 TStructureMap remapper; in copyTable() local
DTypes.h107 void copyType(const TType& copyOf, TStructureMap& remapper) in copyType()
151 TType* clone(TStructureMap& remapper) in clone()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp48 FileRemapper &remapper, in ObjCMigrateASTConsumer()
DARCMT.cpp439 FileRemapper remapper; in getFileRemappings() local
467 FileRemapper remapper; in getFileRemappingsFromFileList() local
/external/clang/tools/arcmt-test/
Darcmt-test.cpp137 static void printResult(FileRemapper &remapper, raw_ostream &OS) { in printResult()