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.h580 Module *createModuleForImplementationUnit(SourceLocation Loc, StringRef Name);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp439 Mod = Map.createModuleForImplementationUnit(ModuleLoc, ModuleName); in ActOnModuleDecl()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp942 Module *ModuleMap::createModuleForImplementationUnit(SourceLocation Loc, in createModuleForImplementationUnit() function in ModuleMap