Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4599 bool capturesCXXThis() const { return BlockDeclBits.CapturesCXXThis; } in capturesCXXThis() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1780 bool capturesCXXThis = Record.readInt(); in VisitBlockDecl() local