Searched refs:newTag (Results 1 – 5 of 5) sorted by relevance
190 String newTag = ltp.toString().replace('-', '_'); in addAlias() local192 if (newTag.equals(targetID)) { in addAlias()195 String old = aliasMap.get(newTag); in addAlias()198 … System.out.println(newTag + "\t→\t" + targetID + "\tconflict with\t" + old); in addAlias()202 final boolean wholeAlias = isWholeAlias(factory, newTag); in addAlias()203 if (!available.contains(newTag) || wholeAlias) { in addAlias()204 System.out.println(title + "\t" + newTag + "\t→\t" + targetID in addAlias()206 aliasMap.put(newTag, targetID); in addAlias()
178 String newTag = snippetLocator.substring(snippetLocatorPrefix.length()); in createSampleTagElement() local180 newTag = newTag.trim(); in createSampleTagElement()183 return AstNodes.createTextTagElement(ast, "@sample " + fileName + " " + newTag); in createSampleTagElement()
188 private byte[] replaceTagNumber(int newTag, byte[] input) in replaceTagNumber() argument217 tmp[0] = (byte)newTag; in replaceTagNumber()
190 private byte[] replaceTagNumber(int newTag, byte[] input) in replaceTagNumber() argument219 tmp[0] = (byte)newTag; in replaceTagNumber()
517 TagDecl *newTag = DI->getType()->castAs<TagType>()->getDecl(); in InstantiateTypedefNameDecl() local518 assert(!newTag->hasNameForLinkage()); in InstantiateTypedefNameDecl()519 newTag->setTypedefNameForAnonDecl(Typedef); in InstantiateTypedefNameDecl()