Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/ARCMigrate/
H A DFileRemapper.h58 void applyMappings(PreprocessorOptions &PPOpts) const;
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DFileRemapper.cpp209 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings() function in FileRemapper
H A DARCMT.cpp529 Remapper.applyMappings(CInvok->getPreprocessorOpts()); in applyTransform()