Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tools/hidl_parser/
H A Dparser.py162 class TypedefDecl(object): class
337 if not isinstance(typedef, TypedefDecl): continue
412 t[0] = TypedefDecl(t[1], t[2])
/aosp12/frameworks/compile/slang/
H A Dslang_rs_context.cpp197 T = static_cast<const clang::TypedefDecl*>( in processExportType()