Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp2797 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()
2806 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()
2819 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()
2942 D.SetSourceRange(D.getDeclSpec().getSourceRange()); in ParseExpressionListOrTypeId()
H A DParseExpr.cpp2978 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation())); in ParseBlockLiteralExpression()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1893 void SetSourceRange(SourceRange R) { Range = R; } in SetSourceRange() function