Home
last modified time | relevance | path

Searched defs:isInitCapture (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExprCXX.cpp1030 bool LambdaExpr::isInitCapture(const LambdaCapture *C) const { in isInitCapture() function in LambdaExpr
/external/clang/include/clang/AST/
DDecl.h1254 bool isInitCapture() const { in isInitCapture() function