Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h4972 unsigned NumSubExprs : 16; variable
4983 explicit DesignatedInitExpr(unsigned NumSubExprs) in DesignatedInitExpr()
6171 unsigned NumSubExprs; variable
6370 RecoveryExpr(EmptyShell Empty, unsigned NumSubExprs) in RecoveryExpr()
H A DStmt.h585 unsigned NumSubExprs : 8; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1204 unsigned NumSubExprs = Record.readInt(); in VisitDesignatedInitExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4741 RecoveryExpr *RecoveryExpr::CreateEmpty(ASTContext &Ctx, unsigned NumSubExprs) { in CreateEmpty()