/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.h | 98 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 D | Instrument.cpp | 56 Stmt *Body = Decl->getBody(); in VisitCXXMethodDecl() local 97 Stmt *Body = Decl->getBody(); in ShouldSkip() local
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransUnusedInitDelegate.cpp | 34 Stmt *Body; member in __anonb7cafbd30111::UnusedInitRewriter
|
H A D | TransRetainReleaseDealloc.cpp | 36 Stmt *Body; member in __anonea0450a80111::RetainReleaseDeallocRemover
|
H A D | TransUnbridgedCasts.cpp | 64 Stmt *Body; member in __anon8323c4420111::UnbridgedCastRewriter
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | HTTPServer.h | 71 StringRef Body; member
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtObjC.cpp | 21 Stmt *Body, SourceLocation FCL, in ObjCForCollectionStmt()
|
H A D | StmtCXX.cpp | 51 Stmt *Body, SourceLocation FL, in CXXForRangeStmt()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MatrixUtils.cpp | 30 BasicBlock *Body = BasicBlock::Create(Header->getContext(), Name + ".body", in CreateLoop() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | VarBypassDetector.cpp | 20 void VarBypassDetector::Init(const Stmt *Body) { in Init()
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | prmacros.c | 390 char *Body; in PrAddMacro() local
|
H A D | preprocess.h | 206 char *Body; /* Macro body */ member
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 96 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 D | RefCntblBaseVirtualDtorChecker.cpp | 39 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 D | MacroExpander.cpp | 37 SmallVector<FormatToken *, 8> Body; member
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DirectIvarAssignment.cpp | 146 const Stmt *Body = M->getBody(); in checkASTDecl() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1797 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 D | RefactoringCallbacks.cpp | 129 const Stmt *Body = PickTrueBranch ? Node->getThen() : Node->getElse(); in run() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTConsumers.cpp | 206 if (Stmt *Body = D->getBody()) { in HandleTopLevelSingleDecl() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 106 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 D | StmtCXX.h | 322 Body, ///< The body of the coroutine. enumerator 349 Stmt *Body = nullptr; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTResultSynthesizer.cpp | 221 bool ASTResultSynthesizer::SynthesizeBodyResult(CompoundStmt *Body, in SynthesizeBodyResult()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | ASTOps.cpp | 185 auto *Body = dyn_cast_or_null<CompoundStmt>(MethodDecl->getBody()); in getMemberForAccessor() local
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 190 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 D | MCAsmMacro.h | 144 StringRef Body; member
|