Home
last modified time | relevance | path

Searched refs:createModuleUnitWithKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h563 Module *createModuleUnitWithKind(SourceLocation Loc, StringRef Name,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp908 Module *ModuleMap::createModuleUnitWithKind(SourceLocation Loc, StringRef Name, in createModuleUnitWithKind() function in ModuleMap
930 createModuleUnitWithKind(Loc, Name, Module::ModuleInterfaceUnit); in createModuleForInterfaceUnit()
956 createModuleUnitWithKind(Loc, Name, Module::ModuleImplementationUnit); in createModuleForImplementationUnit()