Home
last modified time | relevance | path

Searched refs:DeclaratorDecl (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_element.h31 class DeclaratorDecl; variable
67 const clang::DeclaratorDecl *DD);
H A Dslang_rs_export_element.cpp132 const clang::DeclaratorDecl *DD) { in CreateFromDecl()
H A Dslang_rs_export_type.h287 static const clang::Type *GetTypeOfDecl(const clang::DeclaratorDecl *DD);
H A Dslang_rs_export_type.cpp736 *RSExportType::GetTypeOfDecl(const clang::DeclaratorDecl *DD) { in GetTypeOfDecl()
/aosp12/bionic/tools/versioner/src/
H A DDeclarationDatabase.cpp93 bool VisitDeclaratorDecl(DeclaratorDecl* decl, SourceRange range) { in VisitDeclaratorDecl()
241 bool VisitDeclaratorDecl(DeclaratorDecl* decl) { in VisitDeclaratorDecl()
249 DeclaratorDecl* child = nullptr; in TraverseLinkageSpecDecl()
255 if (DeclaratorDecl* declarator_decl = dyn_cast<DeclaratorDecl>(child_decl)) { in TraverseLinkageSpecDecl()