Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp828 static StringRef ModuleKindName(Module::ModuleKind MK) { in ModuleKindName() function
898 Out << " " << ModuleKindName(Kind) << " '" << Name << "'"; in ExecuteAction()
914 Out << " " << ModuleKindName(M->Kind) << " '" << LO.CurrentModule in ExecuteAction()
942 Out << " " << ModuleKindName(SM.second.Kind) << " '" << SM.first in ExecuteAction()