Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1713 bool capturesCXXThis = Record.readInt(); in VisitBlockDecl() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h4464 bool capturesCXXThis() const { return BlockDeclBits.CapturesCXXThis; } in capturesCXXThis() function