HomeSort by relevance Sort by last modified time
    Searched refs:ParenListExpr (Results 1 - 22 of 22) sorted by null

  /external/clang/lib/Sema/
SemaFixItUtils.cpp 87 isa<ParenListExpr>(Expr) ||
SemaLambda.cpp 706 const bool IsDirectInit = isa<ParenListExpr>(Init) || isa<InitListExpr>(Init);
721 ParenListExpr *CXXDirectInit = dyn_cast<ParenListExpr>(Init);
    [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 525 if (ParenListExpr *ParenList = dyn_cast<ParenListExpr>(Init)) {
691 if ((D->getInitStyle() == VarDecl::CallInit) && !isa<ParenListExpr>(Init))
697 if ((D->getInitStyle() == VarDecl::CallInit) && !isa<ParenListExpr>(Init))
    [all...]
StmtProfile.cpp 442 void StmtProfiler::VisitParenListExpr(const ParenListExpr *S) {
    [all...]
Expr.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 583 VISIT(ParenListExpr);
741 DECL_VISIT_EXPR(ParenListExpr) {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 905 isa<ParenListExpr>(Expr) |
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
DataRecursiveASTVisitor.h     [all...]
Stmt.h 157 friend class ParenListExpr; // ctor
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 510 void ASTStmtReader::VisitParenListExpr(ParenListExpr *E) {
    [all...]
ASTWriterStmt.cpp 438 void ASTStmtWriter::VisitParenListExpr(ParenListExpr *E) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 150 class ParenListExpr;
    [all...]

Completed in 268 milliseconds