Searched refs:StaticLocalNumbers (Results 1 – 2 of 2) sorted by relevance
612 llvm::MapVector<const VarDecl *, unsigned> StaticLocalNumbers; variable
13279 StaticLocalNumbers[VD] = Number; in setStaticLocalNumber()13286 auto I = StaticLocalNumbers.find(VD); in getStaticLocalNumber()13287 return I != StaticLocalNumbers.end() ? I->second : 1; in getStaticLocalNumber()