Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1610 const IdentifierInfo *getArgIdentifier(unsigned Idx) const { in getArgIdentifier() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1329 const IdentifierInfo *II = getArgIdentifier(ArgNo); in FormatDiagnostic()