Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h542 Module *createGlobalModuleFragmentForModuleUnit(SourceLocation Loc);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp72 auto *GlobalModule = Map.createGlobalModuleFragmentForModuleUnit(ModuleLoc); in ActOnGlobalModuleFragmentDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp836 Module *ModuleMap::createGlobalModuleFragmentForModuleUnit(SourceLocation Loc) { in createGlobalModuleFragmentForModuleUnit() function in ModuleMap