Searched refs:CurrentDebugLocation (Results 1 – 1 of 1) sorted by relevance
92 SourceLocations::const_iterator CurrentDebugLocation in buildFunction() local95 if (CurrentDebugLocation != DebugLocations.end()) { in buildFunction()97 DebugBuilder->createFile(CurrentDebugLocation->first, ".")); in buildFunction()99 CurrentDebugLocation++; in buildFunction()109 for(; CurrentDebugLocation != DebugLocations.end(); in buildFunction()110 ++CurrentDebugLocation) { in buildFunction()113 DebugLoc::get(CurrentDebugLocation->second, 0, in buildFunction()114 DebugBuilder->createFile(CurrentDebugLocation->first, "."))); in buildFunction()