Home
last modified time | relevance | path

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

1234

/freebsd-src/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-src/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-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp120 RequiresExprBodyDecl *Body, SourceLocation LParenLoc, in RequiresExpr()
174 ASTContext &C, SourceLocation RequiresKWLoc, RequiresExprBodyDecl *Body, in Create()
H A DStmtObjC.cpp21 Stmt *Body, SourceLocation FCL, in ObjCForCollectionStmt()
H A DStmtCXX.cpp51 Stmt *Body, SourceLocation FL, in CXXForRangeStmt()
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp34 Stmt *Body; member in __anon778268650111::UnusedInitRewriter
H A DTransRetainReleaseDealloc.cpp36 Stmt *Body; member in __anon754929ba0111::RetainReleaseDeallocRemover
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h71 StringRef Body; member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp30 BasicBlock *Body = BasicBlock::Create(Header->getContext(), Name + ".body", in CreateLoop() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp20 void VarBypassDetector::Init(const Stmt *Body) { in Init()
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Dprmacros.c390 char *Body; in PrAddMacro() local
H A Dpreprocess.h206 char *Body; /* Macro body */ member
/freebsd-src/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
H A DCallGraph.cpp186 if (Stmt *Body = D->getBody()) in addNodeForDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DMacroExpander.cpp37 SmallVector<FormatToken *, 8> Body; member
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp146 const Stmt *Body = M->getBody(); in checkASTDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1782 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 DASTConsumers.cpp206 if (Stmt *Body = D->getBody()) { in HandleTopLevelSingleDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp129 const Stmt *Body = PickTrueBranch ? Node->getThen() : Node->getElse(); in run() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp105 JumpScopeChecker(Stmt * Body,Sema & s) JumpScopeChecker() argument
1019 DiagnoseInvalidJumps(Stmt * Body) DiagnoseInvalidJumps() argument
H A DSemaStmt.cpp1698 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 DIndexDecl.cpp190 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 DStmtCXX.h322 Body, ///< The body of the coroutine. enumerator
349 Stmt *Body = nullptr; member
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp221 bool ASTResultSynthesizer::SynthesizeBodyResult(CompoundStmt *Body, in SynthesizeBodyResult()

1234