Home
last modified time | relevance | path

Searched refs:getRSquareLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1835 SourceLocation getRSquareLoc() const { return RSquareLoc; } in getRSquareLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2187 Record.AddSourceLocation(E->getRSquareLoc()); in VisitPackIndexingExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4438 SourceLocation getRSquareLoc() const { return RSquareLoc; } in getRSquareLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h15159 E->getEllipsisLoc(), E->getRSquareLoc(), Pack.get(), IndexExpr.get(), in TransformPackIndexingExpr()
15198 E->getEllipsisLoc(), E->getRSquareLoc(), E->getPackIdExpression(), in TransformPackIndexingExpr()