Home
last modified time | relevance | path

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

/system/tools/aidl/
Dast_cpp.cpp202 is_final_(modifiers & IS_FINAL) {} in MethodDecl()
221 if (is_final_) to->Write(" final"); in Write()
Dast_cpp.h201 bool is_final_ = false; variable