Home
last modified time | relevance | path

Searched defs:NumCaptures (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/AST/
DStmt.cpp1011 CapturedStmt::CapturedStmt(EmptyShell Empty, unsigned NumCaptures) in CapturedStmt()
1046 unsigned NumCaptures) { in CreateDeserialized()
DExprCXX.cpp1020 unsigned NumCaptures, in CreateDeserialized()
/external/regex-re2/re2/
Dregexp.cc523 int Regexp::NumCaptures() { in NumCaptures() function in re2::Regexp
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1254 unsigned NumCaptures = Record[Idx++]; in VisitLambdaExpr() local
3335 unsigned NumCaptures = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
/external/clang/include/clang/AST/
DExprCXX.h1426 unsigned NumCaptures : 16; variable
1473 LambdaExpr(EmptyShell Empty, unsigned NumCaptures, bool HasArrayIndexVars) in LambdaExpr()
DDeclCXX.h566 unsigned NumCaptures : 15; member
DDecl.h3491 unsigned NumCaptures; variable