Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp11864 static void NoteImplicitDeductionGuide(Sema &S, FunctionDecl *Fn) { in NoteImplicitDeductionGuide() function
11970 auto _ = llvm::make_scope_exit([&] { NoteImplicitDeductionGuide(S, Fn); }); in NoteFunctionCandidate()