Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp3086 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()
3095 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()
3108 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()
3235 D.SetSourceRange(D.getDeclSpec().getSourceRange()); in ParseExpressionListOrTypeId()
H A DParseExpr.cpp3468 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation())); in ParseBlockLiteralExpression()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1949 void SetSourceRange(SourceRange R) { Range = R; } in SetSourceRange() function