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()
336 llvm::dbgs() << "At token: " << Token->TokenText << "\n"; in endReconstruction()
374 llvm::dbgs() << (P.first ? P.first->TokenText : "<null>"); in debugParentMap()
378 llvm::dbgs() << " -> " << (I->second ? I->second->TokenText : "<null>"); in debugParentMap()
499 LLVM_DEBUG(llvm::dbgs() << "-> " << Token->TokenText << "\n"); in appendToken()
533 llvm::dbgs() << N->Tok->TokenText << " "; in debug()
561 << (ParentLastToken ? ParentLastToken->TokenText : "<null>") in MacroCallState()