Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h617 enum IsThisCapture { ThisCapture }; global() enum
618 Capture(IsThisCapture,bool IsNested,SourceLocation Loc,QualType CaptureType,const bool ByCopy,bool Invalid) Capture() argument