Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp2879 typedef llvm::DenseMap<DeclarationName, ShadowMapEntry> ShadowMap; typedef in __anonf7278da80411::VisibleDeclsRecord
2917 typedef VisibleDeclsRecord::ShadowMap ShadowMap; typedef in __anonf7278da80411::ShadowContextRAII
DSemaCodeComplete.cpp120 typedef llvm::DenseMap<DeclarationName, ShadowMapEntry> ShadowMap; typedef in __anone44db7420111::ResultBuilder
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp508 ValueMap<Value*, Value*> ShadowMap, OriginMap; member