Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5295 unsigned NumSubExprs : 16; variable
5306 explicit DesignatedInitExpr(unsigned NumSubExprs) in DesignatedInitExpr()
6635 unsigned NumSubExprs; variable
7122 RecoveryExpr(EmptyShell Empty, unsigned NumSubExprs) in RecoveryExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1228 unsigned NumSubExprs = Record.readInt(); in VisitDesignatedInitExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5136 RecoveryExpr *RecoveryExpr::CreateEmpty(ASTContext &Ctx, unsigned NumSubExprs) { in CreateEmpty()
H A DASTImporter.cpp7332 const unsigned NumSubExprs = E->getNumSubExprs(); in VisitShuffleVectorExpr() local