Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h529 Module *createGlobalModuleForInterfaceUnit(SourceLocation Loc);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp847 auto *GlobalModule = Map.createGlobalModuleForInterfaceUnit(StartOfTU); in ActOnStartOfTranslationUnit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp810 Module *ModuleMap::createGlobalModuleForInterfaceUnit(SourceLocation Loc) { in createGlobalModuleForInterfaceUnit() function in ModuleMap