HomeSort by: relevance | last modified time | path
    Searched refs:ActOnCompoundLiteral (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 3124 return Actions.ActOnCompoundLiteral(LParenLoc, Ty, RParenLoc, Result.get());
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5418 ExprResult ActOnCompoundLiteral(SourceLocation LParenLoc,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 6847 Sema::ActOnCompoundLiteral(SourceLocation LParenLoc, ParsedType Ty,
6849 assert(Ty && "ActOnCompoundLiteral(): missing type");
6850 assert(InitExpr && "ActOnCompoundLiteral(): missing expression");

Completed in 42 milliseconds