Home
last modified time | relevance | path

Searched refs:textToInsert (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp10916 llvm::SmallString<40> textToInsert; in ParseTypedefDecl() local
10917 textToInsert += ' '; in ParseTypedefDecl()
10918 textToInsert += D.getIdentifier()->getName(); in ParseTypedefDecl()
10920 << FixItHint::CreateInsertion(tagLoc, textToInsert); in ParseTypedefDecl()