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.cpp358 bool ParsePreprocessedLine(const string& line, string* decl, in ParsePreprocessedLine()
424 string decl; in parse_preprocessed_file() local
Dast_cpp_unittest.cpp247 LiteralDecl decl(literal); in TEST_F() local
Dgenerate_java_binder.cpp402 std::unique_ptr<Method> decl(new Method); in generate_interface_method() local
774 ClassElement* decl; in generate_methods() local
Dgenerate_cpp.cpp192 std::vector<unique_ptr<Declaration>> NestInNamespaces(unique_ptr<Declaration> decl, in NestInNamespaces()