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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 6857 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr);
6861 Sema::BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo,
7688 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE);
TreeTransform.h 2695 return getSema().BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5423 ExprResult BuildCompoundLiteralExpr(SourceLocation LParenLoc,

Completed in 70 milliseconds