Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp1032 CapturedStmt::CapturedStmt(EmptyShell Empty, unsigned NumCaptures) in CapturedStmt()
1067 unsigned NumCaptures) { in CreateDeserialized()
DExprCXX.cpp930 unsigned NumCaptures, in CreateDeserialized()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.cc560 int Regexp::NumCaptures() { in NumCaptures() function in re2::Regexp
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1270 unsigned NumCaptures = Record[Idx++]; in VisitLambdaExpr() local
3695 unsigned NumCaptures = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
/external/clang/include/clang/AST/
DExprCXX.h1513 unsigned NumCaptures : 16; variable
1558 LambdaExpr(EmptyShell Empty, unsigned NumCaptures, bool HasArrayIndexVars) in LambdaExpr()
DDeclCXX.h563 unsigned NumCaptures : 15; member
DDecl.h3512 unsigned NumCaptures; variable