Searched refs:addElement (Results 1 – 8 of 8) sorted by relevance
14 int addElement (T const & e);15 int addElement ();23 void addElement(ScenarioGroup *group) in addElement() function25 arrayBase::addElement(group); in addElement()
121 void LVScope::addElement(LVElement *Element) { in addElement() function in LVScope124 addElement(static_cast<LVType *>(Element)); in addElement()126 addElement(static_cast<LVScope *>(Element)); in addElement()128 addElement(static_cast<LVSymbol *>(Element)); in addElement()130 addElement(static_cast<LVLine *>(Element)); in addElement()136 void LVScope::addElement(LVLine *Line) { in addElement() function in LVScope175 void LVScope::addElement(LVScope *Scope) { in addElement() function in LVScope202 void LVScope::addElement(LVSymbol *Symbol) { in addElement() function in LVScope229 void LVScope::addElement(LVType *Type) { in addElement() function in LVScope345 addElement(Symbol); in addMissingElements()
474 void LVPatterns::addElement(LVElement *Element) { in addElement() function in LVPatterns
325 InsertionPoint->addElement(Element); in execute()
212 void addElement(LVElement *Element);213 void addElement(LVLine *Line);214 void addElement(LVScope *Scope);215 void addElement(LVSymbol *Symbol);216 void addElement(LVType *Type);
508 void addElement(LVElement *Element);525 addElement(Element); in resolveGenericPatternMatch()542 addElement(Line); in resolveGenericPatternMatch()
572 Parent->addElement(CurrentScope); in processOneDie()574 Parent->addElement(CurrentSymbol); in processOneDie()576 Parent->addElement(CurrentType); in processOneDie()
661 Scope->addElement(Line); in processLines()692 Scope->addElement(Line); in processLines()