Searched refs:tagLoc (Results 1 – 1 of 1) sorted by relevance
10528 SourceLocation tagLoc = D.getDeclSpec().getTypeSpecTypeLoc(); in ParseTypedefDecl() local10529 tagLoc = getLocForEndOfToken(tagLoc); in ParseTypedefDecl()10534 Diag(tagLoc, diag::note_typedef_changes_linkage) in ParseTypedefDecl()10535 << FixItHint::CreateInsertion(tagLoc, textToInsert); in ParseTypedefDecl()