Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp952 StringRef IName = ".ImplementationUnit"; in createModuleForImplementationUnit() local
953 assert(!Modules[IName] && "multiple implementation units?"); in createModuleForImplementationUnit()
957 Modules[IName] = SourceModule = Result; in createModuleForImplementationUnit()