Home
last modified time | relevance | path

Searched refs:applyMappings (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ARCMigrate/
H A DFileRemapper.h58 void applyMappings(PreprocessorOptions &PPOpts) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DFileRemapper.cpp209 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings() function in FileRemapper
H A DARCMT.cpp531 Remapper.applyMappings(CInvok->getPreprocessorOpts()); in applyTransform()