Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExprCXX.cpp2652 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()
2661 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()
2674 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()
2789 D.SetSourceRange(D.getDeclSpec().getSourceRange()); in ParseExpressionListOrTypeId()
DParseExpr.cpp2649 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation())); in ParseBlockLiteralExpression()
/external/clang/include/clang/Sema/
DDeclSpec.h1681 void SetSourceRange(SourceRange R) { Range = R; } in SetSourceRange() function