Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp2106 Node *parseUnscopedName(NameState *State);
2154 Node *N = parseUnscopedName(State); in parseName()
2205 Node *Db::parseUnscopedName(NameState *State) { in parseUnscopedName() function in __anon8e39910a0111::Db
/external/libcxxabi/src/demangle/
DItaniumDemangle.h2305 Node *parseUnscopedName(NameState *State);
2354 Node *N = getDerived().parseUnscopedName(State); in parseName()
2411 AbstractManglingParser<Derived, Alloc>::parseUnscopedName(NameState *State) { in parseUnscopedName() function