Searched refs:addElement (Results 1 – 9 of 9) sorted by relevance
443 Parent->addElement(Namespace); in get()748 LogicalVisitor->addElement(LogicalVisitor->CurrentScope, IsCompileUnit); in visitSymbolBegin()751 LogicalVisitor->addElement(LogicalVisitor->CurrentSymbol); in visitSymbolBegin()753 LogicalVisitor->addElement(LogicalVisitor->CurrentType); in visitSymbolBegin()849 Parent->addElement(Element); in visitKnownRecord()899 Parent->addElement(Element); in visitKnownRecord()1362 Namespace->addElement(Symbol); in visitKnownRecord()1444 Parent->addElement(Element); in visitKnownRecord()1649 Namespace->addElement(Type); in visitKnownRecord()1831 Reader->getCompileUnit()->addElement(Array); in visitKnownRecord()[all …]
384 Parent->addElement(CurrentScope); in processOneDie()386 Parent->addElement(CurrentSymbol); in processOneDie()388 Parent->addElement(CurrentType); in processOneDie()
719 Scope->addElement(Line); in processLines()750 Scope->addElement(Line); in processLines()
116 void LVScope::addElement(LVElement *Element) { in addElement() function in LVScope119 addElement(static_cast<LVType *>(Element)); in addElement()121 addElement(static_cast<LVScope *>(Element)); in addElement()123 addElement(static_cast<LVSymbol *>(Element)); in addElement()125 addElement(static_cast<LVLine *>(Element)); in addElement()131 void LVScope::addElement(LVLine *Line) { in addElement() function in LVScope170 void LVScope::addElement(LVScope *Scope) { in addElement() function in LVScope197 void LVScope::addElement(LVSymbol *Symbol) { in addElement() function in LVScope224 void LVScope::addElement(LVType *Type) { in addElement() function in LVScope332 addElement(Symbol); in addMissingElements()
475 void LVPatterns::addElement(LVElement *Element) { in addElement() function in LVPatterns
325 InsertionPoint->addElement(Element); in execute()
218 void addElement(LVElement *Element);219 void addElement(LVLine *Line);220 void addElement(LVScope *Scope);221 void addElement(LVSymbol *Symbol);222 void addElement(LVType *Type);
511 LLVM_ABI void addElement(LVElement *Element);530 addElement(Element); in resolveGenericPatternMatch()547 addElement(Line); in resolveGenericPatternMatch()
339 void addElement(LVScope *Scope, bool IsCompileUnit);340 void addElement(LVSymbol *Symbol);341 void addElement(LVType *Type);