Home
last modified time | relevance | path

Searched defs:decl (Results 1 – 6 of 6) sorted by relevance

/system/tools/hidl/c2hal/
DNote.cpp25 Note::Note(Declaration *decl) in Note()
/system/nvram/core/tests/
Dgtest_stubs.cpp28 for (TestDeclarationBase* decl = tests_; decl; decl = decl->next) { in RunAllTests() local
/system/tools/aidl/
Daidl.cpp304 bool ParsePreprocessedLine(const string& line, string* decl, std::string* package, in ParsePreprocessedLine()
370 string decl; in parse_preprocessed_file() local
Dast_cpp_unittest.cpp263 LiteralDecl decl(literal); in TEST_F() local
Dgenerate_java_binder.cpp402 auto decl = std::make_shared<Method>(); in generate_interface_method() local
767 std::shared_ptr<ClassElement> decl; in generate_methods() local
Dgenerate_cpp.cpp217 std::vector<unique_ptr<Declaration>> NestInNamespaces(unique_ptr<Declaration> decl, in NestInNamespaces()