Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5039 unsigned NumSubExprs : 16; variable
5050 explicit DesignatedInitExpr(unsigned NumSubExprs) in DesignatedInitExpr()
6238 unsigned NumSubExprs; variable
6437 RecoveryExpr(EmptyShell Empty, unsigned NumSubExprs) in RecoveryExpr()
H A DStmt.h585 unsigned NumSubExprs : 8; in alignas() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1214 unsigned NumSubExprs = Record.readInt(); in VisitDesignatedInitExpr() local
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4812 RecoveryExpr *RecoveryExpr::CreateEmpty(ASTContext &Ctx, unsigned NumSubExprs) { in CreateEmpty()