Home
last modified time | relevance | path

Searched defs:ShadowMap (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp3650 typedef llvm::DenseMap<DeclarationName, ShadowMapEntry> ShadowMap; typedef in __anon8d9d45fa1411::VisibleDeclsRecord
3688 typedef VisibleDeclsRecord::ShadowMap ShadowMap; typedef in __anon8d9d45fa1411::ShadowContextRAII
H A DSemaCodeComplete.cpp149 typedef llvm::DenseMap<DeclarationName, ShadowMapEntry> ShadowMap; typedef in __anon4254e5140111::ResultBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1056 ValueMap<Value*, Value*> ShadowMap, OriginMap; member