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

/external/clang/lib/Sema/
H A DSemaExpr.cpp4825 Sema::ActOnCompoundLiteral(SourceLocation LParenLoc, ParsedType Ty, function in class:Sema
4827 assert(Ty && "ActOnCompoundLiteral(): missing type");
4829 //assert((InitExpr != 0) && "ActOnCompoundLiteral(): missing expression");

Completed in 315 milliseconds