Searched refs:TouchedIdentifier (Results 1 – 1 of 1) sorted by relevance
252 if (auto M = locateMacroAt(TouchedIdentifier, AST.getPreprocessor())) { in locateMacroReferent()388 TouchedIdentifier->location()) { in locateASTReferent()410 SM.isPointWithin(TouchedIdentifier ? TouchedIdentifier->location() in locateASTReferent()418 if (TouchedIdentifier && in locateASTReferent()419 D->getLocation() == TouchedIdentifier->location()) { in locateASTReferent()434 if (TouchedIdentifier && in locateASTReferent()435 (CD->getLocation() == TouchedIdentifier->location() || in locateASTReferent()436 ID->getName() == TouchedIdentifier->text(SM))) { in locateASTReferent()771 const syntax::Token *TouchedIdentifier = nullptr; in locateSymbolAt() local782 TouchedIdentifier = &Tok; in locateSymbolAt()[all …]