Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/FileCheck/
H A DFileCheck.cpp346 static std::string GetCheckTypeAbbreviation(Check::FileCheckType Ty) { in GetCheckTypeAbbreviation() function
411 Label << GetCheckTypeAbbreviation(DiagItr->CheckTy) << ":"; in BuildInputAnnotations()