Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3087 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()
3096 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()
3109 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()
3236 D.SetSourceRange(D.getDeclSpec().getSourceRange()); in ParseExpressionListOrTypeId()
H A DParseExpr.cpp3498 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation())); in ParseBlockLiteralExpression()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1949 void SetSourceRange(SourceRange R) { Range = R; } in SetSourceRange() function