Home
last modified time | relevance | path

Searched refs:getNumCaptures (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h3556 unsigned getNumCaptures() const { return NumCaptures; } in getNumCaptures() function
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp957 Record.push_back(D->getNumCaptures()); in VisitBlockDecl()