Home
last modified time | relevance | path

Searched defs:getBody (Results 1 – 25 of 957) sorted by relevance

12345678910>>...39

/aosp_15_r20/external/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp30 Stmt *ModelInjector::getBody(const FunctionDecl *D) { in getBody() function in ModelInjector
35 Stmt *ModelInjector::getBody(const ObjCMethodDecl *D) { in getBody() function in ModelInjector
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmtCXX.h162 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
182 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
331 Stmt *getBody() const { in getBody() function
H A DStmt.h995 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
1000 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
1078 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
1079 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
1123 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
1124 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
1188 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
1193 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
H A DStmtObjC.h39 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
45 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgShader.hpp57 BlockStatement &getBody(void) in getBody() function in rsg::Function
61 const BlockStatement &getBody(void) const in getBody() function in rsg::Function
/aosp_15_r20/external/okhttp/repackaged/okhttp-android-support/src/main/java/com/android/okhttp/internal/huc/
H A DJavaApiConverter.java337 public InputStream getBody() throws IOException { in createJavaCacheResponse() method
351 public InputStream getBody() throws IOException { in createJavaCacheResponse() method
/aosp_15_r20/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/
H A DJavaApiConverter.java335 public InputStream getBody() throws IOException { in createJavaCacheResponse() method
349 public InputStream getBody() throws IOException { in createJavaCacheResponse() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DStmtCXX.h170 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
190 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
380 CompoundStmt *getBody() const { in getBody() function
DStmtObjC.h38 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
44 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DStmtCXX.h170 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
190 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
380 CompoundStmt *getBody() const { in getBody() function
DStmtObjC.h38 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
44 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DStmtCXX.h170 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
190 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
380 CompoundStmt *getBody() const { in getBody() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DStmtCXX.h170 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
190 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
380 CompoundStmt *getBody() const { in getBody() function
DStmtObjC.h38 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
44 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
/aosp_15_r20/external/clang/lib/Analysis/
H A DBodyFarm.cpp352 Stmt *BodyFarm::getBody(const FunctionDecl *D) { in getBody() function in BodyFarm
484 Stmt *BodyFarm::getBody(const ObjCMethodDecl *D) { in getBody() function in BodyFarm
H A DAnalysisDeclContext.cpp93 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { in getBody() function in AnalysisDeclContext
127 Stmt *AnalysisDeclContext::getBody() const { in getBody() function in AnalysisDeclContext
/aosp_15_r20/external/google-cloud-java/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1beta/src/main/java/com/google/cloud/websecurityscanner/v1beta/
H A DCrawledUrl.java194 public java.lang.String getBody() { in getBody() method in CrawledUrl
851 public java.lang.String getBody() { in getBody() method in CrawledUrl.Builder
/aosp_15_r20/external/google-cloud-java/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1alpha/src/main/java/com/google/cloud/websecurityscanner/v1alpha/
H A DCrawledUrl.java194 public java.lang.String getBody() { in getBody() method in CrawledUrl
851 public java.lang.String getBody() { in getBody() method in CrawledUrl.Builder
/aosp_15_r20/external/google-cloud-java/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1/src/main/java/com/google/cloud/websecurityscanner/v1/
H A DCrawledUrl.java194 public java.lang.String getBody() { in getBody() method in CrawledUrl
850 public java.lang.String getBody() { in getBody() method in CrawledUrl.Builder
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/net/
DCacheRequest.java55 public abstract OutputStream getBody() throws IOException; in getBody() method in CacheRequest
DCacheResponse.java63 public abstract InputStream getBody() throws IOException; in getBody() method in CacheResponse
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/net/
DCacheRequest.java55 public abstract OutputStream getBody() throws IOException; in getBody() method in CacheRequest
DCacheResponse.java63 public abstract InputStream getBody() throws IOException; in getBody() method in CacheResponse
/aosp_15_r20/libcore/ojluni/src/main/java/java/net/
H A DCacheResponse.java63 public abstract InputStream getBody() throws IOException; in getBody() method in CacheResponse
H A DCacheRequest.java55 public abstract OutputStream getBody() throws IOException; in getBody() method in CacheRequest

12345678910>>...39