Home
last modified time | relevance | path

Searched refs:rbraceloc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2405 ArrayRef<Expr *> initExprs, SourceLocation rbraceloc) in InitListExpr() argument
2408 RBraceLoc(rbraceloc), AltForm(nullptr, true) { in InitListExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5251 ArrayRef<Expr*> initExprs, SourceLocation rbraceloc);