Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DExpr.h5276 unsigned NumSubExprs : 16; global() variable
5287 DesignatedInitExpr(unsigned NumSubExprs) DesignatedInitExpr() argument
6616 unsigned NumSubExprs; global() variable
7103 RecoveryExpr(EmptyShell Empty,unsigned NumSubExprs) RecoveryExpr() argument
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1231 unsigned NumSubExprs = Record.readInt(); VisitDesignatedInitExpr() local
/llvm-project/clang/lib/AST/
H A DExpr.cpp5136 CreateEmpty(ASTContext & Ctx,unsigned NumSubExprs) CreateEmpty() argument
H A DASTImporter.cpp7327 const unsigned NumSubExprs = E->getNumSubExprs(); VisitShuffleVectorExpr() local