Home
last modified time | relevance | path

Searched refs:allocateLocal (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp249 if (auto Off = this->allocateLocal(VD)) { in visitVarDecl()
H A DByteCodeExprGen.h157 llvm::Optional<unsigned> allocateLocal(DeclTy &&Decl,
H A DByteCodeExprGen.cpp437 ByteCodeExprGen<Emitter>::allocateLocal(DeclTy &&Src, bool IsExtended) { in allocateLocal() function in ByteCodeExprGen