Searched refs:addElement (Results 1 – 9 of 9) sorted by relevance
456 Parent->addElement(Namespace); in get()862 Parent->addElement(Element); in visitKnownRecord()1451 Parent->addElement(Element); in visitKnownRecord()1856 Array->addElement(Subrange); in visitKnownRecord()2729 Scope->addElement(Typedef); in visitKnownMember()2971 ReaderParent->addElement(Scope); in addElement()2975 ReaderScope->addElement(Symbol); in addElement()2979 ReaderScope->addElement(Type); in addElement()3191 Parent->addElement(Symbol); in createDataMember()3198 Parent->addElement(Parameter); in createParameter()[all …]
572 Parent->addElement(CurrentScope); in processOneDie()574 Parent->addElement(CurrentSymbol); in processOneDie()576 Parent->addElement(CurrentType); in processOneDie()
705 Scope->addElement(Line); in processLines()736 Scope->addElement(Line); in processLines()
112 void LVScope::addElement(LVElement *Element) { in addElement() function in LVScope115 addElement(static_cast<LVType *>(Element)); in addElement()117 addElement(static_cast<LVScope *>(Element)); in addElement()119 addElement(static_cast<LVSymbol *>(Element)); in addElement()121 addElement(static_cast<LVLine *>(Element)); in addElement()127 void LVScope::addElement(LVLine *Line) { in addElement() function in LVScope166 void LVScope::addElement(LVScope *Scope) { in addElement() function in LVScope193 void LVScope::addElement(LVSymbol *Symbol) { in addElement() function in LVScope220 void LVScope::addElement(LVType *Type) { in addElement() function in LVScope328 addElement(Symbol); in addMissingElements()
474 void LVPatterns::addElement(LVElement *Element) { in addElement() function in LVPatterns
324 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);527 addElement(Element); in resolveGenericPatternMatch()544 addElement(Line); in resolveGenericPatternMatch()
339 void addElement(LVScope *Scope, bool IsCompileUnit);340 void addElement(LVSymbol *Symbol);341 void addElement(LVType *Type);