Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h5056 unsigned NumSubExprs : 16; variable
5067 explicit DesignatedInitExpr(unsigned NumSubExprs) in DesignatedInitExpr()
6253 unsigned NumSubExprs; variable
6456 RecoveryExpr(EmptyShell Empty, unsigned NumSubExprs) in RecoveryExpr()
H A DStmt.h593 unsigned NumSubExprs : 8; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1205 unsigned NumSubExprs = Record.readInt(); in VisitDesignatedInitExpr() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp4938 RecoveryExpr *RecoveryExpr::CreateEmpty(ASTContext &Ctx, unsigned NumSubExprs) { in CreateEmpty()
H A DASTImporter.cpp6966 const unsigned NumSubExprs = E->getNumSubExprs(); in VisitShuffleVectorExpr() local