Lines Matching refs:TokenText
77 llvm::dbgs() << "MCR: Token: " << Token->TokenText << ", Parent: " in add()
78 << (ExpandedParent ? ExpandedParent->TokenText : "<null>") in add()
141 << (Parent ? Parent->TokenText : "<null>") << "\n"); in prepareParent()
156 << MacroCallStructure.back().MacroCallLParen->TokenText in prepareParent()
158 << (OpenMacroParent ? OpenMacroParent->TokenText : "<null>") in prepareParent()
337 llvm::dbgs() << "At token: " << Token->TokenText << "\n"; in endReconstruction()
375 llvm::dbgs() << (P.first ? P.first->TokenText : "<null>"); in debugParentMap()
379 llvm::dbgs() << " -> " << (I->second ? I->second->TokenText : "<null>"); in debugParentMap()
502 LLVM_DEBUG(llvm::dbgs() << "-> " << Token->TokenText << "\n"); in appendToken()
556 llvm::dbgs() << N->Tok->TokenText << " "; in debug()
584 << (ParentLastToken ? ParentLastToken->TokenText : "<null>") in MacroCallState()