Searched defs:Body (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp35 Stmt *Body; member in class:__anon2969::UnusedInitRewriter
H A DTransRetainReleaseDealloc.cpp37 Stmt *Body; member in class:__anon2967::RetainReleaseDeallocRemover
H A DTransAutoreleasePool.cpp413 Stmt *Body; member in class:__anon2959::AutoreleasePoolRewriter
H A DTransUnbridgedCasts.cpp65 Stmt *Body; member in class:__anon2968::UnbridgedCastRewriter
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp69 const Stmt *Body = PickTrueBranch ? Node->getThen() : Node->getElse(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp152 const Stmt *Body = M->getBody(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp328 CompoundStmt *Body = M.makeCompound(ArrayRef<Stmt*>(Stmts, 2)); local
H A DAnalysisDeclContext.cpp95 Stmt *Body = FD->getBody(); local
/freebsd-9.3-release/contrib/llvm/tools/lli/
H A DRemoteMemoryManager.cpp204 void RemoteMemoryManager::deallocateFunctionBody(void *Body) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h77 Stmt *Body; member in class:clang::ObjCAtCatchStmt
H A DStmt.h544 Stmt** Body; member in class:clang::CompoundStmt
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp150 const Stmt *Body; member in struct:__anon3105::CatchHandler
H A DCGException.cpp1348 const Stmt *Body; member in struct:__anon3085::PerformFinally
1354 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, argument
H A DCodeGenFunction.cpp646 EmitFunctionBody(FunctionArgList &Args, const Stmt *Body) argument
H A DCGClass.cpp712 Stmt *Body = Ctor->getBody(); local
1282 Stmt *Body = Dtor->getBody(); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp89 JumpScopeChecker::JumpScopeChecker(Stmt *Body, Sema &s) : S(s) { argument
793 void Sema::DiagnoseInvalidJumps(Stmt *Body) { argument
H A DAnalysisBasedWarnings.cpp324 static void CheckFallThroughForBody(Sema &S, const Decl *D, const Stmt *Body, argument
1619 const Stmt *Body = D->getBody(); local
H A DSemaLambda.cpp1275 ExprResult Sema::ActOnLambdaExpr(SourceLocation StartLoc, Stmt *Body, argument
H A DSemaTemplateInstantiateDecl.cpp3406 StmtResult Body = SubstStmt(Pattern, TemplateArgs); local
H A DSemaStmt.cpp1190 Sema::ActOnDoStmt(SourceLocation DoLoc, Stmt *Body, argument
1461 ContinueFinder(Sema &S, Stmt* Body) argument
1165 ActOnWhileStmt(SourceLocation WhileLoc, FullExprArg Cond, Decl *CondVar, Stmt *Body) argument
1360 CheckForLoopConditionalStatement(Sema &S, Expr *Second, Expr *Third, Stmt *Body) argument
1482 CheckForRedundantIteration(Sema &S, Expr *Third, Stmt *Body) argument
1519 ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *First, FullExprArg second, Decl *secondVar, FullExprArg third, SourceLocation RParenLoc, Stmt *Body) argument
2919 ActOnObjCAtCatchStmt(SourceLocation AtLoc, SourceLocation RParen, Decl *Parm, Stmt *Body) argument
2930 ActOnObjCAtFinallyStmt(SourceLocation AtLoc, Stmt *Body) argument
3032 ActOnObjCAutoreleasePoolStmt(SourceLocation AtLoc, Stmt *Body) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp542 void deallocateFunctionBody(void *Body) { argument
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp570 BasicBlock *Body = *(CurLoop->block_begin()); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp708 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body, SourceLocation FCL, SourceLocation RPL) argument
790 CXXForRangeStmt(DeclStmt *Range, DeclStmt *BeginEndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CL, SourceLocation RPL) argument
853 ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, SourceLocation RP) argument
[all...]
H A DStmtPrinter.cpp1530 CompoundStmt *Body = Node->getBody(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp526 const Stmt *Body = ADC->getBody(); local

Completed in 220 milliseconds

12