HomeSort by relevance Sort by last modified time
    Searched defs:MethodDecl (Results 1 - 10 of 10) sorted by null

  /external/javassist/src/main/javassist/compiler/ast/
MethodDecl.java 20 public class MethodDecl extends ASTList {
23 public MethodDecl(ASTree _head, ASTList _tail) {
  /system/tools/aidl/
ast_cpp.cpp 160 MethodDecl::MethodDecl(const std::string& return_type,
163 : MethodDecl(return_type, name, std::move(arg_list), 0u) {}
165 MethodDecl::MethodDecl(const std::string& return_type,
177 void MethodDecl::Write(CodeWriter* to) const {
ast_cpp.h 144 class MethodDecl : public Declaration {
153 MethodDecl(const std::string& return_type,
156 MethodDecl(const std::string& return_type,
160 virtual ~MethodDecl() = default;
173 DISALLOW_COPY_AND_ASSIGN(MethodDecl);
174 }; // class MethodDecl
  /external/clang/lib/AST/
DeclObjC.cpp 636 ObjCMethodDecl *MethodDecl = nullptr;
643 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
644 return MethodDecl;
648 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
649 if (C != Cat || !MethodDecl->isImplicit())
650 return MethodDecl;
654 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
655 return MethodDecl;
665 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
666 if (C != Cat || !MethodDecl->isImplicit()
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 136 ObjCMethodDecl *MethodDecl;
281 Result.MethodDecl = MD;
361 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; }
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 

Completed in 112 milliseconds