Home
last modified time | relevance | path

Searched refs:DeclNameMap (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DODRHash.h45 llvm::DenseMap<DeclarationName, unsigned> DeclNameMap; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp49 auto Result = DeclNameMap.insert(std::make_pair(Name, DeclNameMap.size())); in AddDeclarationNameImpl()
194 DeclNameMap.clear(); in clear()