Searched refs:decls (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/aapt2/link/ |
D | XmlReferenceLinker.cpp | 40 ReferenceVisitor(IAaptContext* context, SymbolTable* symbols, xml::IPackageDeclStack* decls, in ReferenceVisitor() argument 42 mContext(context), mSymbols(symbols), mDecls(decls), mCallSite(callSite), in ReferenceVisitor()
|
D | ReferenceLinker.h | 96 xml::IPackageDeclStack* decls, CallSite* callSite);
|
D | ReferenceLinker.cpp | 259 SymbolTable* symbols, xml::IPackageDeclStack* decls, in linkReference() argument 265 transformReferenceFromNamespace(decls, context->getCompilationPackage(), in linkReference()
|
/frameworks/compile/slang/ |
D | slang_rs_ast_replace.cpp | 92 for (clang::Decl* D : DS->decls()) { in VisitDeclStmt()
|
/frameworks/native/opengl/tools/glgen2/registry/ |
D | reg.py | 637 decls = self.makeCDecls(cmdinfo.elem) 638 self.cmdBody += decls[0] 640 self.cmdPointerBody += decls[1]
|