Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1147 SmallVector<DiagnosticsEngine::ArgumentValue, 8> FormattedArgs; in FormatDiagnostic() local
1355 FormattedArgs, OutStr, QualTypeVals); in FormatDiagnostic()
1378 FormattedArgs, Tree, QualTypeVals); in FormatDiagnostic()
1400 FormattedArgs, OutStr, QualTypeVals); in FormatDiagnostic()
1402 FormattedArgs.push_back( in FormatDiagnostic()
1413 FormattedArgs, OutStr, QualTypeVals); in FormatDiagnostic()
1415 FormattedArgs.push_back( in FormatDiagnostic()
1430 FormattedArgs.push_back(std::make_pair(Kind, getRawArg(ArgNo))); in FormatDiagnostic()
1432 FormattedArgs.push_back( in FormatDiagnostic()