Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp819 static StringRef ModuleKindName(Module::ModuleKind MK) { in ModuleKindName() function
897 Out << " " << ModuleKindName(Kind) << " '" << Name << "'"; in ExecuteAction()
913 Out << " " << ModuleKindName(M->Kind) << " '" << LO.CurrentModule in ExecuteAction()
955 Out << " " << ModuleKindName(SM.second.Kind) << " '" << SM.first in ExecuteAction()