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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Analysis/
CodeInjector.h 29 /// The getBody function will be called each time the static analyzer examines a
41 virtual Stmt *getBody(const FunctionDecl *D) = 0;
42 virtual Stmt *getBody(const ObjCMethodDecl *D) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
CodeInjector.h 29 /// The getBody function will be called each time the static analyzer examines a
41 virtual Stmt *getBody(const FunctionDecl *D) = 0;
42 virtual Stmt *getBody(const ObjCMethodDecl *D) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/
CodeInjector.h 29 /// The getBody function will be called each time the static analyzer examines a
41 virtual Stmt *getBody(const FunctionDecl *D) = 0;
42 virtual Stmt *getBody(const ObjCMethodDecl *D) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/
CodeInjector.h 29 /// The getBody function will be called each time the static analyzer examines a
41 virtual Stmt *getBody(const FunctionDecl *D) = 0;
42 virtual Stmt *getBody(const ObjCMethodDecl *D) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/
CodeInjector.h 29 /// The getBody function will be called each time the static analyzer examines a
41 virtual Stmt *getBody(const FunctionDecl *D) = 0;
42 virtual Stmt *getBody(const ObjCMethodDecl *D) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/
CodeInjector.h 29 /// The getBody function will be called each time the static analyzer examines a
41 virtual Stmt *getBody(const FunctionDecl *D) = 0;
42 virtual Stmt *getBody(const ObjCMethodDecl *D) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/
CodeInjector.h 29 /// The getBody function will be called each time the static analyzer examines a
41 virtual Stmt *getBody(const FunctionDecl *D) = 0;
42 virtual Stmt *getBody(const ObjCMethodDecl *D) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/
CodeInjector.h 29 /// The getBody function will be called each time the static analyzer examines a
41 virtual Stmt *getBody(const FunctionDecl *D) = 0;
42 virtual Stmt *getBody(const ObjCMethodDecl *D) = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
CodeInjector.h 29 /// The getBody function will be called each time the static analyzer examines a
41 virtual Stmt *getBody(const FunctionDecl *D) = 0;
42 virtual Stmt *getBody(const ObjCMethodDecl *D) = 0;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/
CodeInjector.h 29 /// The getBody function will be called each time the static analyzer examines a
41 virtual Stmt *getBody(const FunctionDecl *D) = 0;
42 virtual Stmt *getBody(const ObjCMethodDecl *D) = 0;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/
CodeInjector.h 29 /// The getBody function will be called each time the static analyzer examines a
41 virtual Stmt *getBody(const FunctionDecl *D) = 0;
42 virtual Stmt *getBody(const ObjCMethodDecl *D) = 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/
CodeInjector.h 29 /// The getBody function will be called each time the static analyzer examines a
41 virtual Stmt *getBody(const FunctionDecl *D) = 0;
42 virtual Stmt *getBody(const ObjCMethodDecl *D) = 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/
CodeInjector.h 29 /// The getBody function will be called each time the static analyzer examines a
41 virtual Stmt *getBody(const FunctionDecl *D) = 0;
42 virtual Stmt *getBody(const ObjCMethodDecl *D) = 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/
CodeInjector.h 29 /// The getBody function will be called each time the static analyzer examines a
41 virtual Stmt *getBody(const FunctionDecl *D) = 0;
42 virtual Stmt *getBody(const ObjCMethodDecl *D) = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/
CodeInjector.h 29 /// The getBody function will be called each time the static analyzer examines a
41 virtual Stmt *getBody(const FunctionDecl *D) = 0;
42 virtual Stmt *getBody(const ObjCMethodDecl *D) = 0;
  /libcore/ojluni/src/main/java/java/net/
CacheRequest.java 55 public abstract OutputStream getBody() throws IOException;
CacheResponse.java 63 public abstract InputStream getBody() throws IOException;
  /external/clang/lib/Analysis/
BodyFarm.h 37 Stmt *getBody(const FunctionDecl *D);
40 Stmt *getBody(const ObjCMethodDecl *D);
  /external/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.h 46 Stmt *getBody(const FunctionDecl *D) override;
47 Stmt *getBody(const ObjCMethodDecl *D) override;
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DetailsDescriptionPresenter.java 24 vh.getBody().setText("Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do "
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
BodyPart.java 40 getBody().writeTo(out);
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
MethodsResolutionTest.java 46 ReturnStmt returnStmt = (ReturnStmt) method.getBody().get().getStatements().get(0);
87 MethodCallExpr expression = method.getBody().get().getStatements().get(0).asExpressionStmt().getExpression().asMethodCallExpr();
93 MethodCallExpr expression = method.getBody().get().getStatements().get(1).asExpressionStmt().getExpression().asMethodCallExpr();
99 MethodCallExpr expression = method.getBody().get().getStatements().get(2).asExpressionStmt().getExpression().asMethodCallExpr();
105 MethodCallExpr expression = method.getBody().get().getStatements().get(3).asExpressionStmt().getExpression().asMethodCallExpr();
121 MethodCallExpr expression = method.getBody().get().getStatements().get(0).asExpressionStmt().getExpression().asMethodCallExpr();
127 MethodCallExpr expression = method.getBody().get().getStatements().get(1).asExpressionStmt().getExpression().asMethodCallExpr();
133 MethodCallExpr expression = method.getBody().get().getStatements().get(2).asExpressionStmt().getExpression().asMethodCallExpr();
139 MethodCallExpr expression = method.getBody().get().getStatements().get(3).asExpressionStmt().getExpression().asMethodCallExpr();
154 MethodCallExpr expression = method.getBody().get().getStatements().get(0).asExpressionStmt().getExpression().asMethodCallExpr()
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
DetailsDescriptionPresenter.java 28 viewHolder.getBody().setText(movie.getDescription());
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
NodeWithBlockStmt.java 31 BlockStmt getBody();
NodeWithBody.java 29 Statement getBody();

Completed in 306 milliseconds

1 2 3 4 5 6 7 8 91011>>