Home
last modified time | relevance | path

Searched refs:LambdaCaptures (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.h66 llvm::DenseMap<const ValueDecl *, ParamOffset> LambdaCaptures; variable
H A DEvalEmitter.h82 llvm::DenseMap<const ValueDecl *, ParamOffset> LambdaCaptures; variable
H A DByteCodeEmitter.cpp121 this->LambdaCaptures[Cap.first] = { in compileFunc()
H A DCompiler.cpp5211 if (auto It = this->LambdaCaptures.find(D); in visitDeclRef()
5212 It != this->LambdaCaptures.end()) { in visitDeclRef()