Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp7950 std::optional<SourceRange> ParamRange) { in NoteTemplateLocation() argument
7954 if (ParamRange && ParamRange->isValid()) { in NoteTemplateLocation()
7957 DB << *ParamRange; in NoteTemplateLocation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8592 std::optional<SourceRange> ParamRange = {});