Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dregexp.cc523 int Regexp::NumCaptures() { in NumCaptures() function in re2::Regexp
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1213 unsigned NumCaptures = Record[Idx++]; in VisitLambdaExpr() local
3030 unsigned NumCaptures = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
/external/clang/lib/AST/
DStmt.cpp1107 CapturedStmt::CapturedStmt(EmptyShell Empty, unsigned NumCaptures) in CapturedStmt()
1142 unsigned NumCaptures) { in CreateDeserialized()
DExprCXX.cpp1020 unsigned NumCaptures, in CreateDeserialized()
/external/clang/include/clang/AST/
DExprCXX.h1351 unsigned NumCaptures : 16; variable
1398 LambdaExpr(EmptyShell Empty, unsigned NumCaptures, bool HasArrayIndexVars) in LambdaExpr()
DDeclCXX.h566 unsigned NumCaptures : 15; member
DDecl.h3433 unsigned NumCaptures; variable