Searched defs:ActOnCompoundLiteral (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp5224 Sema::ActOnCompoundLiteral(SourceLocation LParenLoc, ParsedType Ty, function in class:Sema
5226 assert(Ty && "ActOnCompoundLiteral(): missing type");
5227 assert(InitExpr && "ActOnCompoundLiteral(): missing expression");

Completed in 61 milliseconds