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

12

/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp35 Stmt *Body; member in class:__anon3108::UnusedInitRewriter
H A DTransRetainReleaseDealloc.cpp37 Stmt *Body; member in class:__anon3106::RetainReleaseDeallocRemover
H A DTransAutoreleasePool.cpp413 Stmt *Body; member in class:__anon3098::AutoreleasePoolRewriter
H A DTransUnbridgedCasts.cpp65 Stmt *Body; member in class:__anon3107::UnbridgedCastRewriter
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp69 const Stmt *Body = PickTrueBranch ? Node->getThen() : Node->getElse(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp152 const Stmt *Body = M->getBody(); local
/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Dprmacros.c284 char *Body; local
H A Dpreprocess.h98 char *Body; /* Macro body */ member in struct:pr_define_info
/freebsd-10-stable/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-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DASTResultSynthesizer.cpp224 ASTResultSynthesizer::SynthesizeBodyResult (CompoundStmt *Body, argument
H A DIRExecutionUnit.cpp581 IRExecutionUnit::MemoryManager::deallocateFunctionBody(void *Body) argument
/freebsd-10-stable/contrib/llvm/tools/lli/
H A DRemoteMemoryManager.cpp204 void RemoteMemoryManager::deallocateFunctionBody(void *Body) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h77 Stmt *Body; member in class:clang::ObjCAtCatchStmt
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp150 const Stmt *Body; member in struct:__anon3244::CatchHandler
H A DCGException.cpp1348 const Stmt *Body; member in struct:__anon3224::PerformFinally
1354 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, argument
H A DCodeGenFunction.cpp646 EmitFunctionBody(FunctionArgList &Args, const Stmt *Body) argument
/freebsd-10-stable/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
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp542 void deallocateFunctionBody(void *Body) { argument
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp570 BasicBlock *Body = *(CurLoop->block_begin()); local
/freebsd-10-stable/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-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp526 const Stmt *Body = ADC->getBody(); local

Completed in 675 milliseconds

12