Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4706 SourceLocation lBraceLoc, in DesignatedInitUpdateExpr() argument
4714 new (C) InitListExpr(C, lBraceLoc, std::nullopt, rBraceLoc); in DesignatedInitUpdateExpr()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1994 SourceLocation lBraceLoc = Catch->getCatchBody()->getBeginLoc(); in RewriteObjCTryStmt() local
1995 ReplaceText(lBraceLoc, 1, Result); in RewriteObjCTryStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5645 DesignatedInitUpdateExpr(const ASTContext &C, SourceLocation lBraceLoc,