Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp408 SourceRange FullRange = SourceRange(Loc, EndLoc); in lexCommentText() local
411 << FullRange << CommandName << CorrectedName in lexCommentText()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1500 SourceRange FullRange = SourceRange(TyBeginLoc, RParenOrBraceLoc); in BuildCXXTypeConstructExpr() local
1537 << Ty << FullRange); in BuildCXXTypeConstructExpr()
1542 << Ty << FullRange); in BuildCXXTypeConstructExpr()
1546 Diag(TyBeginLoc, diag::warn_cxx20_compat_auto_expr) << FullRange; in BuildCXXTypeConstructExpr()
1552 << ListInitialization << Ty << FullRange); in BuildCXXTypeConstructExpr()
1559 << Ty << Deduce->getType() << FullRange in BuildCXXTypeConstructExpr()
1591 << FullRange); in BuildCXXTypeConstructExpr()
1601 << Ty << FullRange); in BuildCXXTypeConstructExpr()
1608 diag::err_invalid_incomplete_type_use, FullRange)) in BuildCXXTypeConstructExpr()
H A DSemaTemplate.cpp11301 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(), in CheckTypenameType() local
11304 << Name << Ctx << FullRange; in CheckTypenameType()
11397 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(), in CheckTypenameType() local
11400 Diag(IILoc, DiagID) << FullRange << Name << Ctx; in CheckTypenameType()
11402 Diag(IILoc, DiagID) << FullRange << Name; in CheckTypenameType()