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.cpp2388 ArrayRef<Expr *> initExprs, SourceLocation rbraceloc) in InitListExpr() argument
2391 RBraceLoc(rbraceloc), AltForm(nullptr, true) { in InitListExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5053 ArrayRef<Expr*> initExprs, SourceLocation rbraceloc);