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