Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h296 const Capture &getCapture(const VarDecl *var) const { in getCapture() function
299 Capture &getCapture(const VarDecl *var) { in getCapture() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h765 Capture &getCapture(ValueDecl *Var) { in getCapture() function
770 const Capture &getCapture(ValueDecl *Var) const { in getCapture() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1118 const LambdaCapture *getCapture(unsigned I) const { in getCapture() function