Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp3963 typedef llvm::DenseMap<DeclarationName, ShadowMapEntry> ShadowMap; typedef in __anonb0e6ccc61611::VisibleDeclsRecord
4001 typedef VisibleDeclsRecord::ShadowMap ShadowMap; typedef in __anonb0e6ccc61611::ShadowContextRAII
H A DSemaCodeComplete.cpp154 typedef llvm::DenseMap<DeclarationName, ShadowMapEntry> ShadowMap; typedef in __anon4b9354e00111::ResultBuilder
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1086 ValueMap<Value *, Value *> ShadowMap, OriginMap; member