Searched refs:overroot (Results 1 – 10 of 10) sorted by relevance
61 TemplateDeclaration *overroot; // first in overnext list variable
892 if (td.overroot) // if not start of overloaded list of TemplateDeclaration's in semanticTraits()893 td = td.overroot; // then get the start in semanticTraits()1160 td.overroot = null; in semanticTraits()
558 TemplateDeclaration overroot; // first in overnext list variable709 td.overroot = this; in overloadInsert()4085 if (td.overroot) in visit()4086 td = td.overroot; in visit()6396 if (td.overroot) // if not start of overloaded list of TemplateDeclaration's in findTempDecl()6397 td = td.overroot; // then get the start in findTempDecl()6547 if (td.overroot) // if not start of overloaded list of TemplateDeclaration's in updateTempDecl()6548 td = td.overroot; // then get the start in updateTempDecl()
3054 if (td.overroot) in visitIdentifier()3055 td = td.overroot; in visitIdentifier()
454 if (td.overroot) in searchUFCS()455 td = td.overroot; in searchUFCS()2663 if (td.overroot) // if not start of overloaded list of TemplateDeclaration's in visit()2664 td = td.overroot; // then get the start in visit()
68 TemplateDeclaration *overroot; // first in overnext list variable
706 if (td->overroot) // if not start of overloaded list of TemplateDeclaration's in semanticTraits()707 td = td->overroot; // then get the start in semanticTraits()
532 this->overroot = NULL; in TemplateDeclaration()725 td->overroot = this; in overloadInsert()3728 if (td->overroot) in deduceType()3729 td = td->overroot; in deduceType()6576 if (td->overroot) // if not start of overloaded list of TemplateDeclaration's in findTempDecl()6577 td = td->overroot; // then get the start in findTempDecl()6716 if (td->overroot) // if not start of overloaded list of TemplateDeclaration's in updateTempDecl()6717 td = td->overroot; // then get the start in updateTempDecl()
735 if (td->overroot) in searchUFCS()736 td = td->overroot; in searchUFCS()
355 … if (td->overroot) // if not start of overloaded list of TemplateDeclaration's in visit()356 td = td->overroot; // then get the start in visit()