Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDiagnostic.h31 ArrayRef<DiagnosticsEngine::ArgumentValue> PrevArgs,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp265 ArrayRef<DiagnosticsEngine::ArgumentValue> PrevArgs, in ConvertTypeToDiagnosticString() argument
305 for (const auto &PrevArg : PrevArgs) { in ConvertTypeToDiagnosticString()
361 ArrayRef<DiagnosticsEngine::ArgumentValue> PrevArgs, in FormatASTNodeDiagnosticArgument() argument
435 OS << ConvertTypeToDiagnosticString(Context, Ty, PrevArgs, QualTypeVals); in FormatASTNodeDiagnosticArgument()
488 PrevArgs, QualTypeVals); in FormatASTNodeDiagnosticArgument()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp63 ArrayRef<DiagnosticsEngine::ArgumentValue> PrevArgs, in DummyArgToStringFn() argument