Searched refs:MappedType (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1503 typedef llvm::PointerIntPair<UsesVec *, 1, bool> MappedType; typedef in class:__anon590::UninitValsDiagReporter
1507 typedef llvm::MapVector<const VarDecl *, MappedType> UsesMap;
1514 MappedType &getUses(const VarDecl *vd) {
1515 MappedType &V = uses[vd];
1533 const MappedType &V = P.second;

Completed in 64 milliseconds