Home
last modified time | relevance | path

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

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