Home
last modified time | relevance | path

Searched refs:BLOCK (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Dcomments.cpp108 AIDL_FATAL_IF(c.type != Comment::Type::BLOCK, AIDL_LOCATION_HERE); in BlockTags()
167 type = Type::BLOCK; in Comment()
190 if (!comments.empty() && comments.back().type == Comment::Type::BLOCK) { in GetValidComment()
226 if (last && it->type == Comment::Type::BLOCK && !StartsWith(it->body, kDocCommentBegin)) { in FormatCommentsForJava()
Dcomments.h28 enum class Type { LINE, BLOCK }; enumerator