reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
149 return LCM.find(&PD->getActivePath())->getSecond(); 173 LCM[Path] = LC; 177 assert(LCM.count(Path) && 179 return LCM.find(Path)->getSecond(); 182 bool isInLocCtxMap(const PathPieces *Path) const { return LCM.count(Path); } 1972 LCM[&PD->getActivePath()] = ErrorNode->getLocationContext();