Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3311 return Actions.ActOnCompoundLiteral(LParenLoc, Ty, RParenLoc, Result.get()); in ParseCompoundLiteralExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6047 ExprResult ActOnCompoundLiteral(SourceLocation LParenLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7762 Sema::ActOnCompoundLiteral(SourceLocation LParenLoc, ParsedType Ty, in ActOnCompoundLiteral() function in Sema