Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h57 typedef std::map<const DeclContext *, DCOrigin> OriginMap; typedef
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h367 typedef llvm::DenseMap<const clang::Decl *, DeclOrigin> OriginMap; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1137 ValueMap<Value *, Value *> ShadowMap, OriginMap; member