Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h584 Module *createModuleForImplementationUnit(SourceLocation Loc, StringRef Name);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp442 Mod = Map.createModuleForImplementationUnit(ModuleLoc, ModuleName); in ActOnModuleDecl()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp953 Module *ModuleMap::createModuleForImplementationUnit(SourceLocation Loc, in createModuleForImplementationUnit() function in ModuleMap