/freebsd-src/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-src/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-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeStmtGen.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConcepts.cpp | 120 RequiresExprBodyDecl *Body, SourceLocation LParenLoc, in RequiresExpr() 174 ASTContext &C, SourceLocation RequiresKWLoc, RequiresExprBodyDecl *Body, in Create()
|
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-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransUnusedInitDelegate.cpp | 34 Stmt *Body; member in __anon778268650111::UnusedInitRewriter
|
H A D | TransRetainReleaseDealloc.cpp | 36 Stmt *Body; member in __anon754929ba0111::RetainReleaseDeallocRemover
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | HTTPServer.h | 71 StringRef Body; member
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | VarBypassDetector.cpp | 20 void VarBypassDetector::Init(const Stmt *Body) { in Init()
|
/freebsd-src/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-src/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
|
H A D | CallGraph.cpp | 186 if (Stmt *Body = D->getBody()) in addNodeForDecl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | MacroExpander.cpp | 37 SmallVector<FormatToken *, 8> Body; member
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DirectIvarAssignment.cpp | 146 const Stmt *Body = M->getBody(); in checkASTDecl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1782 StmtResult Body(ParseStatement(TrailingElseLoc)); ParseSwitchStatement() local 1852 StmtResult Body(ParseStatement(TrailingElseLoc)); ParseWhileStatement() local 1896 StmtResult Body(ParseStatement()); ParseDoStatement() local 2332 StmtResult Body(ParseStatement(TrailingElseLoc)); ParseForStatement() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTConsumers.cpp | 206 if (Stmt *Body = D->getBody()) { in HandleTopLevelSingleDecl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | RefactoringCallbacks.cpp | 129 const Stmt *Body = PickTrueBranch ? Node->getThen() : Node->getElse(); in run() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 105 JumpScopeChecker(Stmt * Body,Sema & s) JumpScopeChecker() argument 1019 DiagnoseInvalidJumps(Stmt * Body) DiagnoseInvalidJumps() argument
|
H A D | SemaStmt.cpp | 1698 ActOnWhileStmt(SourceLocation WhileLoc,SourceLocation LParenLoc,ConditionResult Cond,SourceLocation RParenLoc,Stmt * Body) ActOnWhileStmt() argument 1717 ActOnDoStmt(SourceLocation DoLoc,Stmt * Body,SourceLocation WhileLoc,SourceLocation CondLParen,Expr * Cond,SourceLocation CondRParen) ActOnDoStmt() argument 1909 CheckForLoopConditionalStatement(Sema & S,Expr * Second,Expr * Third,Stmt * Body) CheckForLoopConditionalStatement() argument 2005 BreakContinueFinder(Sema & S,const Stmt * Body) BreakContinueFinder() argument 2031 if (const Stmt *Body = S->getBody()) VisitSwitchStmt() local 2087 CheckForRedundantIteration(Sema & S,Expr * Third,Stmt * Body) CheckForRedundantIteration() argument 2144 ActOnForStmt(SourceLocation ForLoc,SourceLocation LParenLoc,Stmt * First,ConditionResult Second,FullExprArg third,SourceLocation RParenLoc,Stmt * Body) ActOnForStmt() argument 4233 ActOnObjCAtCatchStmt(SourceLocation AtLoc,SourceLocation RParen,Decl * Parm,Stmt * Body) ActOnObjCAtCatchStmt() argument 4242 ActOnObjCAtFinallyStmt(SourceLocation AtLoc,Stmt * Body) ActOnObjCAtFinallyStmt() argument 4365 ActOnObjCAutoreleasePoolStmt(SourceLocation AtLoc,Stmt * Body) ActOnObjCAutoreleasePoolStmt() argument [all...] |
/freebsd-src/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-src/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-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTResultSynthesizer.cpp | 221 bool ASTResultSynthesizer::SynthesizeBodyResult(CompoundStmt *Body, in SynthesizeBodyResult()
|