| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaWasm.cpp | 270 if (FD->hasBody()) { in mergeImportModuleAttr() 290 if (FD->hasBody()) { in mergeImportNameAttr() 306 if (FD->hasBody()) { in handleWebAssemblyImportModuleAttr() 322 if (FD->hasBody()) { in handleWebAssemblyImportNameAttr()
|
| H A D | SemaFunctionEffects.cpp | 120 return FD->hasBody(); in functionIsVerifiable() 1447 if (!D->hasBody()) { in maybeAddDeclWithEffects()
|
| /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 | 323 if (BD->hasBody()) { in VisitBlockDecl() 500 FD->hasBody(FD); in HandleDeclsCallGraph() 699 if (!D->hasBody()) in HandleCode()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Function.cpp | 65 assert(hasBody() && "Function has no body"); in getSource()
|
| H A D | EvalEmitter.h | 84 return (F && F->hasBody()) ? F->getSource(PC) : CurrentSource; in getSource()
|
| H A D | Function.h | 196 bool hasBody() const { return HasBody; } in hasBody() function
|
| H A D | ByteCodeEmitter.cpp | 91 std::move(Scopes), FuncDecl->hasBody()); in compileFunc()
|
| /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/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 441 Definition->hasBody(Definition); in castArgToParamTypeIfNeeded() 812 if (!Result->hasBody(Definition)) { in getRuntimeDefinition() 1210 if (!MD->hasBody()) { in findDefiningRedecl() 1212 if (I->hasBody()) in findDefiningRedecl() 1373 if (MD && !MD->hasBody()) in getRuntimeDefinition()
|
| H A D | LoopUnrolling.cpp | 165 unless(hasBody(hasSuspiciousStmt("initVarName")))) in forLoopMatcher()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | RunLoopAutoreleaseLeakChecker.cpp | 86 assert(D->hasBody()); in emitDiagnostics()
|
| H A D | IvarInvalidationChecker.cpp | 424 if (D && D->hasBody()) { in visit() 473 if (D && D->hasBody()) { in visit()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 159 if (!D->hasBody()) in includeInGraph()
|
| H A D | CloneDetection.cpp | 91 assert(D->hasBody()); in analyzeCodeBody()
|
| H A D | AnalysisDeclContext.cpp | 296 FD->hasBody(FD); in getContext()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ModuleBuilder.cpp | 119 if (FD->hasBody(FD)) in GetDeclForMangledName()
|
| H A D | CGVTables.cpp | 1102 if (keyFunction && keyFunction->hasBody(def)) in getVTableLinkage() 1251 return !keyFunction->hasBody(); in isVTableExternal()
|
| /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 | 489 bool hasBody() const { return Body && !Body->empty(); } in hasBody() function in __anonfaf0748f0111::Intrinsic 2088 if (Def->hasBody()) in genBuiltinsDef() 2131 if (Def->hasBody()) in genStreamingSVECompatibleList() 2167 if (Def->hasBody()) in genOverloadTypeCheckCode() 2256 if (Def->hasBody() || !Def->hasImmediate()) 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() 3187 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl 3268 if (!hasBody(Definition)) in getBody() 3515 if (!hasBody(Definition)) in isInlineBuiltinDeclaration() 3882 if (hasBody(Definition) && Definition->isInlined() && in doesDeclarationForceExternallyVisibleDefinition() 4178 HasPattern = PatternDecl->hasBody(PatternDecl); in isImplicitlyInstantiable() 4467 if (FD->hasBody(Definition)) in isOutOfLine() 4475 if (FunTmpl->getTemplatedDecl()->hasBody(Definition)) in isOutOfLine()
|
| H A D | DeclBase.cpp | 837 if (FD->hasBody()) { in canBeWeakImported() 1086 if (FD->hasBody(Definition)) in getBodyRBrace()
|
| /freebsd/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 229 return D->hasBody(DefD); in hasBodyOrInit()
|