Home
last modified time | relevance | path

Searched defs:ParenListExpr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComputeDependence.h88 class ParenListExpr; variable
H A DStmt.h306 friend class ParenListExpr; // ctor variable
559 friend class ParenListExpr; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4373 ParenListExpr::ParenListExpr(SourceLocation LParenLoc, ArrayRef<Expr *> Exprs, in ParenListExpr() function in ParenListExpr
4384 ParenListExpr::ParenListExpr(EmptyShell Empty, unsigned NumExprs) in ParenListExpr() function in ParenListExpr
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h175 class ParenListExpr; variable