Searched refs:FullRange (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1343 SourceRange FullRange = SourceRange(TyBeginLoc, RParenOrBraceLoc); local
1384 << FullRange);
1392 << Ty << FullRange);
1399 diag::err_invalid_incomplete_type_use, FullRange))
H A DSemaTemplate.cpp10387 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(),
10390 << Name << Ctx << FullRange; local
10483 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(),
10486 Diag(IILoc, DiagID) << FullRange << Name << Ctx;
10488 Diag(IILoc, DiagID) << FullRange << Name;

Completed in 227 milliseconds