Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp3079 typedef llvm::DenseMap<DeclarationName, ShadowMapEntry> ShadowMap; typedef in __anond88567e80411::VisibleDeclsRecord
3117 typedef VisibleDeclsRecord::ShadowMap ShadowMap; typedef in __anond88567e80411::ShadowContextRAII
HDSemaCodeComplete.cpp120 typedef llvm::DenseMap<DeclarationName, ShadowMapEntry> ShadowMap; typedef in __anonedb641820111::ResultBuilder
/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp583 ValueMap<Value*, Value*> ShadowMap, OriginMap; member