Home
last modified time | relevance | path

Searched refs:PushComponent (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp2654 auto PushComponent = [&](Node *Comp) { in parseNestedName() local
2678 PushComponent(TP); in parseNestedName()
2699 PushComponent(DT); in parseNestedName()
2709 PushComponent(S); in parseNestedName()
2722 PushComponent(CtorDtor); in parseNestedName()
2734 PushComponent(N); in parseNestedName()
/external/libcxxabi/src/demangle/
DItaniumDemangle.h2877 auto PushComponent = [&](Node *Comp) { in parseNestedName()
2903 if (!PushComponent(getDerived().parseTemplateParam())) in parseNestedName()
2924 if (!PushComponent(getDerived().parseDecltype())) in parseNestedName()
2933 if (!PushComponent(S)) in parseNestedName()
2944 if (!PushComponent(getDerived().parseCtorDtorName(SoFar, State))) in parseNestedName()
2954 if (!PushComponent(getDerived().parseUnqualifiedName(State))) in parseNestedName()