Home
last modified time | relevance | path

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

/external/chromium_org/third_party/re2/re2/
Dregexp.cc523 int Regexp::NumCaptures() { in NumCaptures() function in re2::Regexp
/external/regex-re2/re2/
Dregexp.cc523 int Regexp::NumCaptures() { in NumCaptures() function in re2::Regexp
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1211 unsigned NumCaptures = Record[Idx++]; in VisitLambdaExpr() local
2699 unsigned NumCaptures = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
/external/clang/lib/AST/
DStmt.cpp1048 CapturedStmt::CapturedStmt(EmptyShell Empty, unsigned NumCaptures) in CapturedStmt()
1083 unsigned NumCaptures) { in CreateDeserialized()
DExprCXX.cpp1015 unsigned NumCaptures, in CreateDeserialized()
/external/clang/include/clang/AST/
DExprCXX.h1320 unsigned NumCaptures : 16; variable
1367 LambdaExpr(EmptyShell Empty, unsigned NumCaptures, bool HasArrayIndexVars) in LambdaExpr()
DDeclCXX.h560 unsigned NumCaptures : 15; member
DDecl.h3278 unsigned NumCaptures; variable