Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5084 unsigned NumSubExprs : 16; variable
5095 explicit DesignatedInitExpr(unsigned NumSubExprs) in DesignatedInitExpr()
6424 unsigned NumSubExprs; variable
6639 RecoveryExpr(EmptyShell Empty, unsigned NumSubExprs) in RecoveryExpr()
H A DStmt.h695 unsigned NumSubExprs : 16; in alignas() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1231 unsigned NumSubExprs = Record.readInt(); in VisitDesignatedInitExpr() local
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5045 RecoveryExpr *RecoveryExpr::CreateEmpty(ASTContext &Ctx, unsigned NumSubExprs) { in CreateEmpty()
H A DASTImporter.cpp7230 const unsigned NumSubExprs = E->getNumSubExprs(); in VisitShuffleVectorExpr() local