HomeSort by: relevance | last modified time | path
    Searched refs:StaticLocalDeclMap (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 426 llvm::DenseMap<const Decl*, llvm::Constant *> StaticLocalDeclMap;
646 return StaticLocalDeclMap[D];
650 StaticLocalDeclMap[D] = C;
CGDecl.cpp 240 if (llvm::Constant *ExistingGV = StaticLocalDeclMap[&D])

Completed in 22 milliseconds