HomeSort by relevance Sort by last modified time
    Searched refs:MethodImpl (Results 1 - 8 of 8) sorted by null

  /system/tools/aidl/
ast_cpp.h 212 class MethodImpl : public Declaration {
216 MethodImpl(const std::string& return_type,
221 virtual ~MethodImpl() = default;
223 // MethodImpl retains ownership of the statement block.
235 DISALLOW_COPY_AND_ASSIGN(MethodImpl);
236 }; // class MethodImpl
ast_cpp.cpp 248 MethodImpl::MethodImpl(const string& return_type,
262 StatementBlock* MethodImpl::GetStatementBlock() {
266 void MethodImpl::Write(CodeWriter* to) const {
ast_cpp_unittest.cpp 234 MethodImpl m{"return_type", "ClassName", "MethodName",
generate_cpp.cpp 256 unique_ptr<MethodImpl> ret{new MethodImpl{
508 unique_ptr<MethodImpl> on_transact{new MethodImpl{
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 218 milliseconds