Searched refs:parse_decltype (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
D | ItaniumDemangle.cpp | 58 static const char *parse_decltype(const char *first, const char *last, C &db); 843 t = parse_decltype(first, last, db); in parse_unresolved_type() 1544 static const char *parse_decltype(const char *first, const char *last, C &db) { in parse_decltype() function 1919 t = parse_decltype(first, last, db); in parse_type() 3552 t1 = parse_decltype(t0, last, db); in parse_nested_name()
|