Searched refs:currentLoc (Results 1 – 2 of 2) sorted by relevance
99 int currentLoc = remove(key); in set() local100 if (currentLoc == -1) in set()101 currentLoc = keyCount(); in set()103 insert(keyBytes, valBytes, currentLoc); in set()
1223 const clang::SourceLocation currentLoc = S->getLocStart(); in InsertLocalVarDestructors() local1230 OccursBefore(currentDtorIter->first, currentLoc)) { in InsertLocalVarDestructors()