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.h295 const Capture &getCapture(const VarDecl *var) const { in getCapture() function
298 Capture &getCapture(const VarDecl *var) { in getCapture() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h748 Capture &getCapture(ValueDecl *Var) { in getCapture() function
753 const Capture &getCapture(ValueDecl *Var) const { in getCapture() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1117 const LambdaCapture *getCapture(unsigned I) const { in getCapture() function