Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp295 SourceLocation RSquareLoc) { in setDecompositionBindings() argument
299 BindingGroup.RSquareLoc = RSquareLoc; in setDecompositionBindings()
301 Range.setEnd(RSquareLoc); in setDecompositionBindings()
305 Name.EndLocation = RSquareLoc; in setDecompositionBindings()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1708 SourceLocation LSquareLoc, RSquareLoc;
1728 LSquareLoc = RSquareLoc = SourceLocation(); in clear()
1743 SourceLocation getRSquareLoc() const { return RSquareLoc; } in getRSquareLoc()
1745 return SourceRange(LSquareLoc, RSquareLoc); in getSourceRange()
2202 SourceLocation RSquareLoc);
/external/llvm-project/clang/lib/Parse/
DParseExprCXX.cpp3297 SourceLocation RSquareLoc = NextToken().getLocation(); in ParseCXXDeleteExpression() local
3315 << SourceRange(Start, RSquareLoc) in ParseCXXDeleteExpression()
3323 << SourceRange(Start, RSquareLoc); in ParseCXXDeleteExpression()