Searched refs:NextCodeChar (Results 1 – 1 of 1) sorted by relevance
955 unsigned NextCodeChar = 0; in annotateReferencesInFoo() local970 assert(NextCodeChar <= Offset); in annotateReferencesInFoo()971 AnnotatedCode += Code.substr(NextCodeChar, Offset - NextCodeChar); in annotateReferencesInFoo()974 NextCodeChar = Offset; in annotateReferencesInFoo()977 AnnotatedCode += Code.substr(NextCodeChar); in annotateReferencesInFoo()