Home
last modified time | relevance | path

Searched defs:addedElement (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
DLVScope.cpp1340 void LVScopeCompileUnit::addedElement(LVLine *Line) { in addedElement() function in LVScopeCompileUnit
1344 void LVScopeCompileUnit::addedElement(LVScope *Scope) { in addedElement() function in LVScopeCompileUnit
1348 void LVScopeCompileUnit::addedElement(LVSymbol *Symbol) { in addedElement() function in LVScopeCompileUnit
1352 void LVScopeCompileUnit::addedElement(LVType *Type) { in addedElement() function in LVScopeCompileUnit
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DDifference.java185 Added addedElement = (Added) diffElement; in applyLeftOverDiffElements() local