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

/external/clang/lib/Parse/
H A DParseExpr.cpp2161 return Actions.ActOnCompoundLiteral(LParenLoc, Ty, RParenLoc, Result.get());
/external/clang/include/clang/Sema/
H A DSema.h3609 ExprResult ActOnCompoundLiteral(SourceLocation LParenLoc,
/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 153 milliseconds