Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1545 SourceRange FullRange = SourceRange(TyBeginLoc, RParenOrBraceLoc); in BuildCXXTypeConstructExpr() local
1582 << Ty << FullRange); in BuildCXXTypeConstructExpr()
1587 << Ty << FullRange); in BuildCXXTypeConstructExpr()
1591 Diag(TyBeginLoc, diag::warn_cxx20_compat_auto_expr) << FullRange; in BuildCXXTypeConstructExpr()
1597 << ListInitialization << Ty << FullRange); in BuildCXXTypeConstructExpr()
1605 << Ty << Deduce->getType() << FullRange in BuildCXXTypeConstructExpr()
1637 << FullRange); in BuildCXXTypeConstructExpr()
1647 << Ty << FullRange); in BuildCXXTypeConstructExpr()
1654 diag::err_invalid_incomplete_type_use, FullRange)) in BuildCXXTypeConstructExpr()
H A DSemaTemplate.cpp10532 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(), in CheckTypenameType() local
10535 << Name << Ctx << FullRange; in CheckTypenameType()
10628 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(), in CheckTypenameType() local
10631 Diag(IILoc, DiagID) << FullRange << Name << Ctx; in CheckTypenameType()
10633 Diag(IILoc, DiagID) << FullRange << Name; in CheckTypenameType()