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

  /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...]
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [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...]
StmtProfile.cpp 781 void StmtProfiler::VisitParenListExpr(const ParenListExpr *S) {
    [all...]
Expr.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 237 Expr *VisitParenListExpr(ParenListExpr *E);
    [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...]
RecursiveASTVisitor.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...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 226 isa<ParenListExpr>(Expr) || isa<SizeOfPackExpr>(Expr));
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 537 void ASTStmtReader::VisitParenListExpr(ParenListExpr *E) {
    [all...]
ASTWriterStmt.cpp 473 void ASTStmtWriter::VisitParenListExpr(ParenListExpr *E) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 154 class ParenListExpr;
    [all...]

Completed in 145 milliseconds