Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp412 SourceRange FullRange = SourceRange(Loc, EndLoc); in lexCommentText() local
415 << FullRange << CommandName << CorrectedName in lexCommentText()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp10635 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(), in CheckTypenameType() local
10638 << Name << Ctx << FullRange; in CheckTypenameType()
10731 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(), in CheckTypenameType() local
10734 Diag(IILoc, DiagID) << FullRange << Name << Ctx; in CheckTypenameType()
10736 Diag(IILoc, DiagID) << FullRange << Name; in CheckTypenameType()
H A DSemaExprCXX.cpp1437 SourceRange FullRange = SourceRange(TyBeginLoc, RParenOrBraceLoc); in BuildCXXTypeConstructExpr() local
1489 << FullRange); in BuildCXXTypeConstructExpr()
1497 << Ty << FullRange); in BuildCXXTypeConstructExpr()
1504 diag::err_invalid_incomplete_type_use, FullRange)) in BuildCXXTypeConstructExpr()