Home
last modified time | relevance | path

Searched defs:Body (Results 1 – 25 of 86) sorted by relevance

1234

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h98 struct Body { struct
121 bool fromJSON(const llvm::json::Value &value, ObjectFileJSON::Body &body, argument
/freebsd/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp56 Stmt *Body = Decl->getBody(); in VisitCXXMethodDecl() local
97 Stmt *Body = Decl->getBody(); in ShouldSkip() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp34 Stmt *Body; member in __anonb7cafbd30111::UnusedInitRewriter
H A DTransRetainReleaseDealloc.cpp36 Stmt *Body; member in __anonea0450a80111::RetainReleaseDeallocRemover
H A DTransUnbridgedCasts.cpp64 Stmt *Body; member in __anon8323c4420111::UnbridgedCastRewriter
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h71 StringRef Body; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtObjC.cpp21 Stmt *Body, SourceLocation FCL, in ObjCForCollectionStmt()
H A DStmtCXX.cpp51 Stmt *Body, SourceLocation FL, in CXXForRangeStmt()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp30 BasicBlock *Body = BasicBlock::Create(Header->getContext(), Name + ".body", in CreateLoop() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp20 void VarBypassDetector::Init(const Stmt *Body) { in Init()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dprmacros.c390 char *Body; in PrAddMacro() local
H A Dpreprocess.h206 char *Body; /* Macro body */ member
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp96 Stmt *Body = FD->getBody(); in getBody() local
109 Stmt *Body = MD->getBody(); in getBody() local
139 Stmt *Body = getBody(Tmp); in isBodyAutosynthesizedFromModelFile() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp39 bool VisitBody(const Stmt *Body) { in VisitBody()
59 if (auto *Body = Decl->getBody()) in HasSpecializedDelete() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMacroExpander.cpp37 SmallVector<FormatToken *, 8> Body; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp146 const Stmt *Body = M->getBody(); in checkASTDecl() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1797 StmtResult Body(ParseStatement(TrailingElseLoc)); in ParseSwitchStatement() local
1867 StmtResult Body(ParseStatement(TrailingElseLoc)); in ParseWhileStatement() local
1911 StmtResult Body(ParseStatement()); in ParseDoStatement() local
2347 StmtResult Body(ParseStatement(TrailingElseLoc)); in ParseForStatement() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp129 const Stmt *Body = PickTrueBranch ? Node->getThen() : Node->getElse(); in run() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp206 if (Stmt *Body = D->getBody()) { in HandleTopLevelSingleDecl() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp106 JumpScopeChecker::JumpScopeChecker(Stmt *Body, Sema &s) in JumpScopeChecker()
1033 void Sema::DiagnoseInvalidJumps(Stmt *Body) { in DiagnoseInvalidJumps()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h322 Body, ///< The body of the coroutine. enumerator
349 Stmt *Body = nullptr; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp221 bool ASTResultSynthesizer::SynthesizeBodyResult(CompoundStmt *Body, in SynthesizeBodyResult()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp185 auto *Body = dyn_cast_or_null<CompoundStmt>(MethodDecl->getBody()); in getMemberForAccessor() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp190 const Stmt *Body = D->getBody(); in handleObjCMethod() local
297 const Stmt *Body = D->getBody(); in VisitFunctionDecl() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h144 StringRef Body; member

1234