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

1 2 3 4 5

  /external/clang/lib/Sema/
SemaFixItUtils.cpp 87 isa<ParenListExpr>(Expr) ||
SemaLambda.cpp 730 ParenListExpr *CXXDirectInit = dyn_cast<ParenListExpr>(Init);
    [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 590 if (ParenListExpr *ParenList = dyn_cast<ParenListExpr>(Init)) {
764 if ((D->getInitStyle() == VarDecl::CallInit) && !isa<ParenListExpr>(Init))
773 if ((D->getInitStyle() == VarDecl::CallInit) && !isa<ParenListExpr>(Init))
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 905 isa<ParenListExpr>(Expr) |
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 610 VISIT(ParenListExpr);
759 DECL_VISIT_EXPR(ParenListExpr) {
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp 749 TEST(Matcher, ParenListExpr) {
753 varDecl(hasInitializer(parenListExpr(has(unaryOperator()))))));
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
Stmt.h 119 friend class ParenListExpr; // ctor
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Expr.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 1121 /// parenListExpr() matches "*this" but NOT matches (a, b) because (a, b)
1122 /// has a predefined type and is a ParenExpr, not a ParenListExpr.
1123 const internal::VariadicDynCastAllOfMatcher<Stmt, ParenListExpr> parenListExpr;
    [all...]

Completed in 902 milliseconds

1 2 3 4 5