Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h5051 unsigned NumSubExprs : 16; variable
5062 explicit DesignatedInitExpr(unsigned NumSubExprs) in DesignatedInitExpr()
6250 unsigned NumSubExprs; variable
6453 RecoveryExpr(EmptyShell Empty, unsigned NumSubExprs) in RecoveryExpr()
H A DStmt.h588 unsigned NumSubExprs : 8; in alignas() local
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp1199 unsigned NumSubExprs = Record.readInt(); in VisitDesignatedInitExpr() local
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4849 RecoveryExpr *RecoveryExpr::CreateEmpty(ASTContext &Ctx, unsigned NumSubExprs) { in CreateEmpty()
H A DASTImporter.cpp6830 const unsigned NumSubExprs = E->getNumSubExprs(); in VisitShuffleVectorExpr() local