Searched refs:getBody (Results 26 - 50 of 72) sorted by relevance

123

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp552 EmitStmt(S.getBody());
584 EmitStmt(S.getBody());
687 EmitStmt(S.getBody());
759 EmitStmt(S.getBody());
1231 return CollectStatementsForCase(S.getBody(), Case, FoundCase,
1297 EmitStmt(S.getBody());
1842 StartFunction(CD, Ctx.VoidTy, F, FuncInfo, Args, CD->getBody()->getLocStart());
1858 CapturedStmtInfo->EmitBody(*this, CD->getBody());
H A DCGBlocks.cpp1144 blockInfo.getBlockExpr()->getBody()->getLocStart());
1205 EmitStmt(blockDecl->getBody());
1237 cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc());
1246 FinishFunction(cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc());
H A DCGClass.cpp712 Stmt *Body = Ctor->getBody();
1282 Stmt *Body = Dtor->getBody();
1350 const Stmt *RootS = AssignOp->getBody();
2183 EmitFunctionBody(Args, cast<FunctionDecl>(CurGD.getDecl())->getBody());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp112 collectRemovables(D->getBody(), Removables);
H A DTransUnbridgedCasts.cpp83 UnbridgedCastRewriter(Pass).transformBody(D->getBody(), D);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp152 const Stmt *Body = M->getBody();
H A DMallocSizeofChecker.cpp179 Finder.Visit(D->getBody());
H A DLLVMConventionsChecker.cpp138 walker.Visit(D->getBody());
H A DDeadStoresChecker.cpp153 V.TraverseStmt(AC->getBody());
H A DCallAndMessageChecker.cpp341 !(C.getAnalysisManager().shouldInlineCall() && (D && D->getBody()));
H A DCheckSecuritySyntaxOnly.cpp744 walker.Visit(D->getBody());
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DRecursiveASTVisitor.h252 /// \c LE->getBody().
834 TRY_TO(TraverseStmt(LE->getBody()));
1293 TRY_TO(TraverseStmt(D->getBody()));
1301 TRY_TO(TraverseStmt(D->getBody()));
1420 TRY_TO(TraverseStmt(D->getBody()));
1802 TRY_TO(TraverseStmt(D->getBody())); // Function body.
1966 TRY_TO(TraverseStmt(S->getBody()));
H A DStmt.h951 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::SwitchStmt
956 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::SwitchStmt
1038 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::WhileStmt
1039 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::WhileStmt
1083 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::DoStmt
1084 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::DoStmt
1148 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::ForStmt
1153 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::ForStmt
H A DDeclBase.h804 /// getBody - If this Decl represents a declaration for a body of code,
807 virtual Stmt* getBody() const { return 0; } function in class:clang::Decl
813 virtual bool hasBody() const { return getBody() != 0; }
H A DDecl.h1642 /// getBody - Retrieve the body (definition) of the function. The
1649 Stmt *getBody(const FunctionDecl *&Definition) const;
1651 virtual Stmt *getBody() const {
1653 return getBody(Definition);
3254 Stmt *getBody() const { return (Stmt*) Body; }
3360 Stmt *getBody() const { return Body; }
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp458 if (cast<CXXForRangeStmt>(Parent)->getBody() == S)
464 if (cast<ForStmt>(Parent)->getBody() == S)
472 if (cast<ObjCForCollectionStmt>(Parent)->getBody() == S)
1366 LoopBody = FR->getBody();
1373 LoopBody = FS->getBody();
1378 LoopBody = FC->getBody();
1382 LoopBody = cast<WhileStmt>(Term)->getBody();
1504 CS = dyn_cast<CompoundStmt>(FS->getBody());
1506 CS = dyn_cast<CompoundStmt>(WS->getBody());
1792 Body = FS->getBody();
[all...]
H A DPathDiagnostic.cpp526 const Stmt *Body = ADC->getBody();
569 if (const Stmt *CallerBody = CallerInfo->getBody())
637 dyn_cast_or_null<CompoundStmt>(LC->getDecl()->getBody()))
841 if (Stmt *Body = FD->getBody())
H A DExprEngineCallAndReturn.cpp179 LCtx->getAnalysisDeclContext()->getBody(),
300 calleeCtx->getAnalysisDeclContext()->getBody(),
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp302 else if (isa<ObjCMethodDecl>(*D) && cast<ObjCMethodDecl>(*D)->getBody())
588 D->getBody()->printPretty(Out, 0, SubPolicy, Indentation);
942 if (OMD->getBody() && !Policy.TerseOutput) {
944 OMD->getBody()->printPretty(Out, 0, Policy);
H A DExprCXX.cpp969 *Stored++ = getCallOperator()->getBody();
1080 CompoundStmt *LambdaExpr::getBody() const { function in class:LambdaExpr
1082 getStoredStmts()[NumCaptures] = getCallOperator()->getBody();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp344 Stmt *BodyFarm::getBody(const FunctionDecl *D) { function in class:BodyFarm
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp136 Writer.AddStmt(S->getBody());
149 Writer.AddStmt(S->getBody());
157 Writer.AddStmt(S->getBody());
170 Writer.AddStmt(S->getBody());
1031 Writer.AddStmt(S->getBody());
1121 Writer.AddStmt(S->getBody());
H A DASTWriterDecl.cpp152 Writer.AddStmt(FD->getBody());
427 bool HasBodyStuff = D->getBody() != 0 ||
431 Writer.AddStmt(D->getBody());
825 Writer.AddStmt(D->getBody());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1172 CallOperator->getBody()->getLocEnd());
1214 CallOperator->getBody()->getLocEnd());
1269 CallOperator->getBody()->getLocEnd());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTConsumers.cpp159 if (Stmt *Body = D->getBody()) {

Completed in 404 milliseconds

123