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

  /system/tools/aidl/
ast_cpp_unittest.cpp 105 unique_ptr<MethodDecl> norm{new MethodDecl(
108 unique_ptr<MethodDecl> sub{
109 new MethodDecl("void", "SubMethod",
111 MethodDecl::IS_CONST | MethodDecl::IS_VIRTUAL)};
112 unique_ptr<MethodDecl> sub2{
113 new MethodDecl("void", "SubMethod",
115 MethodDecl::IS_CONST | MethodDecl::IS_VIRTUAL)}
    [all...]
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
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 {
generate_cpp.cpp 159 modifiers |= MethodDecl::IS_VIRTUAL;
160 modifiers |= MethodDecl::IS_PURE_VIRTUAL;
162 modifiers |= MethodDecl::IS_OVERRIDE;
166 new MethodDecl{kBinderStatusLiteral,
630 unique_ptr<Declaration> on_transact{new MethodDecl{
637 MethodDecl::IS_OVERRIDE
  /external/javassist/src/main/javassist/compiler/ast/
MethodDecl.java 20 public class MethodDecl extends ASTList {
23 public MethodDecl(ASTree _head, ASTList _tail) {
Visitor.java 30 public void atMethodDecl(MethodDecl n) throws CompileError {}
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 71 const ObjCMethodDecl *MethodDecl, bool ResultAnnotated);
81 const ObjCMethodDecl *MethodDecl);
    [all...]
  /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...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp 134 if (const CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(D))
135 return MethodDecl->isInstance();
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/javassist/src/main/javassist/compiler/
Parser.java 34 if (mem instanceof MethodDecl)
35 return parseMethod2(tbl, (MethodDecl)mem);
58 name = MethodDecl.initName;
103 private MethodDecl parseMethod1(SymbolTable tbl, boolean isConstructor,
138 return new MethodDecl(mods, new ASTList(d,
144 public MethodDecl parseMethod2(SymbolTable tbl, MethodDecl md)
    [all...]
Javac.java 94 CtBehavior cb = compileMethod(p, (MethodDecl)mem);
141 private CtBehavior compileMethod(Parser p, MethodDecl md)
MemberCodeGen.java     [all...]
CodeGen.java 254 public void atMethodDecl(MethodDecl method) throws CompileError {
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 136 ObjCMethodDecl *MethodDecl;
281 Result.MethodDecl = MD;
361 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; }
    [all...]
Sema.h     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [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 834 milliseconds