Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5084 unsigned NumSubExprs : 16; global() variable
5095 DesignatedInitExpr(unsigned NumSubExprs) DesignatedInitExpr() argument
6424 unsigned NumSubExprs; global() variable
6639 RecoveryExpr(EmptyShell Empty,unsigned NumSubExprs) RecoveryExpr() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1231 unsigned NumSubExprs = Record.readInt(); VisitDesignatedInitExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5045 CreateEmpty(ASTContext & Ctx,unsigned NumSubExprs) CreateEmpty() argument
H A DASTImporter.cpp7230 const unsigned NumSubExprs = E->getNumSubExprs(); VisitShuffleVectorExpr() local