Searched refs:textToInsert (Results 1 – 2 of 2) sorted by relevance
78 …Command(Document& document, ETypingCommand commandType, const String &textToInsert, Options option… in TypingCommand() argument81 , m_textToInsert(textToInsert) in TypingCommand()
10531 llvm::SmallString<40> textToInsert; in ParseTypedefDecl() local10532 textToInsert += ' '; in ParseTypedefDecl()10533 textToInsert += D.getIdentifier()->getName(); in ParseTypedefDecl()10535 << FixItHint::CreateInsertion(tagLoc, textToInsert); in ParseTypedefDecl()