Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentLexer.cpp413 SourceRange FullRange = SourceRange(Loc, EndLoc); in lexCommentText() local
416 << FullRange << CommandName << CorrectedName in lexCommentText()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1358 SourceRange FullRange = SourceRange(TyBeginLoc, RParenOrBraceLoc); in BuildCXXTypeConstructExpr() local
1399 << FullRange); in BuildCXXTypeConstructExpr()
1407 << Ty << FullRange); in BuildCXXTypeConstructExpr()
1414 diag::err_invalid_incomplete_type_use, FullRange)) in BuildCXXTypeConstructExpr()
H A DSemaTemplate.cpp9702 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(), in CheckTypenameType() local
9705 << Name << Ctx << FullRange; in CheckTypenameType()
9783 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(), in CheckTypenameType() local
9785 Diag(IILoc, DiagID) << FullRange << Name << Ctx; in CheckTypenameType()