Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExternalASTMerger.h57 typedef std::map<const DeclContext *, DCOrigin> OriginMap; typedef
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h345 typedef llvm::DenseMap<const clang::Decl *, DeclOrigin> OriginMap; typedef
/openbsd-src/gnu/llvm/clang/tools/clang-import-test/
H A Dclang-import-test.cpp250 using OriginMap = clang::ExternalASTMerger::OriginMap; typedef
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1086 ValueMap<Value *, Value *> ShadowMap, OriginMap; member