Searched defs:decl (Results 1 – 6 of 6) sorted by relevance
25 Note::Note(Declaration *decl) in Note()
28 for (TestDeclarationBase* decl = tests_; decl; decl = decl->next) { in RunAllTests() local
304 bool ParsePreprocessedLine(const string& line, string* decl, std::string* package, in ParsePreprocessedLine()370 string decl; in parse_preprocessed_file() local
263 LiteralDecl decl(literal); in TEST_F() local
402 auto decl = std::make_shared<Method>(); in generate_interface_method() local767 std::shared_ptr<ClassElement> decl; in generate_methods() local
217 std::vector<unique_ptr<Declaration>> NestInNamespaces(unique_ptr<Declaration> decl, in NestInNamespaces()