Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnostic.cpp928 unsigned ArgNo2 = ArgNo; in FormatDiagnostic() local
935 ArgNo2 = *DiagStr++ - '0'; in FormatDiagnostic()
936 DiagnosticsEngine::ArgumentKind Kind2 = getArgKind(ArgNo2); in FormatDiagnostic()
953 const char ArgStr2[] = { '%', static_cast<char>('0' + ArgNo2) }; in FormatDiagnostic()
1074 TDT.ToType = getRawArg(ArgNo2); in FormatDiagnostic()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp100 StringRef MatcherName2, unsigned ArgNo2) { in getCompletions() argument
109 Context.push_back(std::make_pair(*Ctor, ArgNo2)); in getCompletions()