/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpFrame.cpp | 243 if (Func && (!Func->hasBody() || Func->getDecl()->isImplicit()) && Caller) in getSource() 250 if (Func && (!Func->hasBody() || Func->getDecl()->isImplicit()) && Caller) in getExpr() 257 if (Func && (!Func->hasBody() || Func->getDecl()->isImplicit()) && Caller) in getLocation() 264 if (Func && (!Func->hasBody() || Func->getDecl()->isImplicit()) && Caller) in getRange()
|
H A D | Function.cpp | 39 assert(hasBody() && "Function has no body"); in getSource()
|
H A D | ByteCodeEmitter.cpp | 163 (FuncDecl->willHaveBody() && !FuncDecl->hasBody())) { in compileFunc() 192 std::move(Scopes), FuncDecl->hasBody()); in compileFunc()
|
H A D | EvalEmitter.h | 76 return (F && F->hasBody()) ? F->getSource(PC) : CurrentSource; in getSource()
|
H A D | Function.h | 174 bool hasBody() const { return HasBody; } in hasBody() function
|
H A D | Context.cpp | 31 if (!Func || !Func->hasBody()) in isPotentialConstantExpr()
|
H A D | Interp.cpp | 583 if (F->isConstexpr() && F->hasBody() && in CheckCallable() 627 DiagDecl->hasBody()) in CheckCallable()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaWasm.cpp | 257 if (FD->hasBody()) { in mergeImportModuleAttr() 277 if (FD->hasBody()) { in mergeImportNameAttr() 293 if (FD->hasBody()) { in handleWebAssemblyImportModuleAttr() 309 if (FD->hasBody()) { in handleWebAssemblyImportNameAttr()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | ModelConsumer.cpp | 35 if (func && func->hasBody()) { in HandleTopLevelDecl()
|
H A D | AnalysisConsumer.cpp | 333 if (BD->hasBody()) { in VisitBlockDecl() 478 FD->hasBody(FD); in HandleDeclsCallGraph() 661 if (!D->hasBody()) in HandleCode()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NoOwnershipChangeVisitor.cpp | 83 if (!FD || !FD->hasBody()) in wasModifiedInFunction()
|
H A D | RunLoopAutoreleaseLeakChecker.cpp | 86 assert(D->hasBody()); in emitDiagnostics()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTStructExtractor.cpp | 51 if (!F->hasBody()) in ExtractFromFunctionDecl()
|
H A D | ASTResultSynthesizer.cpp | 92 if (m_ast_context && function_decl->hasBody() && in TransformTopLevelDecl()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 103 if (!D->hasBody()) in TraverseObjCMethodDecl()
|
H A D | TransEmptyStatementsAndDealloc.cpp | 207 if (!MD->hasBody()) in cleanupDeallocOrFinalize()
|
H A D | TransGCAttrs.cpp | 128 return FD->hasBody(); in isMigratable()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 801 if (!Result->hasBody(Definition)) { in getRuntimeDefinition() 1190 if (!MD->hasBody()) { in findDefiningRedecl() 1192 if (I->hasBody()) in findDefiningRedecl() 1353 if (MD && !MD->hasBody()) in getRuntimeDefinition()
|
H A D | LoopUnrolling.cpp | 165 unless(hasBody(hasSuspiciousStmt("initVarName")))) in forLoopMatcher()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ModuleBuilder.cpp | 119 if (FD->hasBody(FD)) in GetDeclForMangledName()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | RefCntblBaseVirtualDtorChecker.cpp | 68 if (D && D->hasBody()) in VisitCallExpr()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 459 bool hasBody() const { return Body && !Body->getValues().empty(); } in hasBody() function in __anonfaf0748f0111::Intrinsic 2014 if (Def->hasBody()) in genBuiltinsDef() 2047 if (Def->hasBody()) in genStreamingSVECompatibleList() 2083 if (Def->hasBody()) in genOverloadTypeCheckCode() 2152 if (Def->hasBody()) in genIntrinsicRangeCheckCode()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InterfaceStubFunctionsConsumer.cpp | 76 if (MD->isDependentContext() || !MD->hasBody()) in WriteNamedDecl()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 571 FD->hasBody(Def) && Def->isInlined() && !Def->hasAttr<GNUInlineAttr>(); in useInlineVisibilityHidden() 3148 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl 3229 if (!hasBody(Definition)) in getBody() 3446 if (!hasBody(Definition)) in isInlineBuiltinDeclaration() 3807 if (hasBody(Definition) && Definition->isInlined() && in doesDeclarationForceExternallyVisibleDefinition() 4086 HasPattern = PatternDecl->hasBody(PatternDecl); in isImplicitlyInstantiable() 4372 if (FD->hasBody(Definition)) in isOutOfLine() 4380 if (FunTmpl->getTemplatedDecl()->hasBody(Definition)) in isOutOfLine()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 92 assert(D->hasBody()); in analyzeCodeBody()
|