Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DCommentLexer.cpp408 SourceRange FullRange = SourceRange(Loc, EndLoc); in lexCommentText() local
411 << FullRange << CommandName << CorrectedName in lexCommentText()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp1456 SourceRange FullRange = SourceRange(TyBeginLoc, RParenOrBraceLoc); in BuildCXXTypeConstructExpr() local
1492 << Ty << FullRange); in BuildCXXTypeConstructExpr()
1497 << Ty << FullRange); in BuildCXXTypeConstructExpr()
1501 Diag(TyBeginLoc, diag::warn_cxx20_compat_auto_expr) << FullRange; in BuildCXXTypeConstructExpr()
1507 << ListInitialization << Ty << FullRange); in BuildCXXTypeConstructExpr()
1511 << Ty << Deduce->getType() << FullRange in BuildCXXTypeConstructExpr()
1547 << FullRange); in BuildCXXTypeConstructExpr()
1557 << Ty << FullRange); in BuildCXXTypeConstructExpr()
1564 diag::err_invalid_incomplete_type_use, FullRange)) in BuildCXXTypeConstructExpr()
H A DSemaTemplate.cpp10737 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(), in CheckTypenameType() local
10740 << Name << Ctx << FullRange; in CheckTypenameType()
10833 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(), in CheckTypenameType() local
10836 Diag(IILoc, DiagID) << FullRange << Name << Ctx; in CheckTypenameType()
10838 Diag(IILoc, DiagID) << FullRange << Name; in CheckTypenameType()