Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenModule.h314 llvm::DenseMap<const Decl*, llvm::Constant *> StaticLocalDeclMap; variable
473 return StaticLocalDeclMap[D]; in getStaticLocalDeclAddress()
477 StaticLocalDeclMap[D] = C; in setStaticLocalDeclAddress()