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
358 bool ParsePreprocessedLine(const string& line, string* decl, in ParsePreprocessedLine()424 string decl; in parse_preprocessed_file() local
247 LiteralDecl decl(literal); in TEST_F() local
402 std::unique_ptr<Method> decl(new Method); in generate_interface_method() local774 ClassElement* decl; in generate_methods() local
192 std::vector<unique_ptr<Declaration>> NestInNamespaces(unique_ptr<Declaration> decl, in NestInNamespaces()