Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h378 void setInferredModuleAllowedBy(Module *M, const FileEntry *ModuleMap);
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp319 HS.getModuleMap().setInferredModuleAllowedBy(Module, ModuleMapForUniquing); in BeginSourceFileAction()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp825 void ModuleMap::setInferredModuleAllowedBy(Module *M, const FileEntry *ModMap) { in setInferredModuleAllowedBy() function in ModuleMap