Home
last modified time | relevance | path

Searched defs:DiagEnd (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/utils/FileCheck/
H A DFileCheck.cpp401 for (auto DiagItr = Diags.begin(), DiagEnd = Diags.end(); DiagItr != DiagEnd; in BuildInputAnnotations() local
/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp850 FormatDiagnostic(const char * DiagStr,const char * DiagEnd,SmallVectorImpl<char> & OutStr) const FormatDiagnostic() argument