Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2904 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()
2913 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()
2926 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()
3037 D.SetSourceRange(D.getDeclSpec().getSourceRange()); in ParseExpressionListOrTypeId()
H A DParseExpr.cpp3281 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation())); in ParseBlockLiteralExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2089 void SetSourceRange(SourceRange R) { Range = R; } in SetSourceRange() function