Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp920 LambdaCaptureKind LambdaCapture::getCaptureKind() const { in getCaptureKind() function in LambdaCapture
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h2026 VariableCaptureKind getCaptureKind() const { return VarAndKind.getInt(); } in getCaptureKind() function