| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| HD | ModelConsumer.cpp | 37 if (func && func->hasBody()) { in HandleTopLevelDecl()
|
| HD | AnalysisConsumer.cpp | 369 if (BD->hasBody()) { in VisitBlockDecl() 591 SourceLocation SL = D->hasBody() ? D->getBody()->getLocStart() in getModeForDecl() 607 if (!D->hasBody()) in HandleCode()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ASTStructExtractor.cpp | 62 if (!F->hasBody()) in ExtractFromFunctionDecl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | CallGraph.cpp | 113 if (!D->hasBody()) in includeInGraph()
|
| HD | AnalysisDeclContext.cpp | 279 FD->hasBody(FD); in getContext()
|
| /NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | TransZeroOutPropsInDealloc.cpp | 104 if (!D->hasBody()) in TraverseObjCMethodDecl()
|
| HD | TransEmptyStatementsAndDealloc.cpp | 211 if (!MD->hasBody()) in cleanupDeallocOrFinalize()
|
| HD | TransGCAttrs.cpp | 131 return FD->hasBody(); in isMigratable()
|
| HD | Transforms.cpp | 536 if (!MD->hasBody()) in GCRewriteFinalize()
|
| HD | ObjCMT.cpp | 1529 if (FuncDecl->hasBody()) in migrateAddFunctionAnnotation() 1648 if (MethodDecl->hasBody() || MethodDecl->isImplicit()) in migrateAddMethodAnnotation()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | ModuleBuilder.cpp | 87 if (FD->hasBody(FD)) in GetDeclForMangledName()
|
| HD | CGVTables.cpp | 697 if (keyFunction->hasBody(def)) in getVTableLinkage() 814 return !keyFunction->hasBody(); in isVTableExternal()
|
| HD | CoverageMappingGen.cpp | 320 if (!D->hasBody()) in VisitDecl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | IvarInvalidationChecker.cpp | 437 if (D && D->hasBody()) { in visit() 489 if (D && D->hasBody()) { in visit()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Decl.cpp | 563 FD->hasBody(Def) && Def->isInlined() && !Def->hasAttr<GNUInlineAttr>(); in useInlineVisibilityHidden() 2368 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl 2406 if (!hasBody(Definition)) in getBody() 2767 if (hasBody(Definition) && Definition->isInlined() && in doesDeclarationForceExternallyVisibleDefinition() 2993 HasPattern = PatternDecl->hasBody(PatternDecl); in isImplicitlyInstantiable() 3207 if (FD->hasBody(Definition)) in isOutOfLine() 3215 if (FunTmpl->getTemplatedDecl()->hasBody(Definition)) in isOutOfLine()
|
| HD | DeclBase.cpp | 498 if (FD->hasBody()) { in canBeWeakImported() 698 if (FD->hasBody(Definition)) in getBodyRBrace()
|
| /NextBSD/contrib/llvm/tools/clang/utils/TableGen/ |
| HD | NeonEmitter.cpp | 414 bool hasBody() const { return Body && Body->getValues().size() > 0; } in hasBody() function in __anonb62af4a80111::Intrinsic 1973 if (Def->hasBody()) in genBuiltinsDef() 2013 if (Def->hasBody()) in genOverloadTypeCheckCode() 2098 if (Def->hasBody()) in genIntrinsicRangeCheckCode()
|
| /NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| HD | Registry.cpp | 183 REGISTER_MATCHER(hasBody); in RegistryMaps()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | Sema.cpp | 419 if (FD->hasBody(DeclToCheck)) in ShouldRemoveFromUnused() 809 if (!FD->hasBody(DiagD)) in ActOnEndOfTranslationUnit()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Decl.h | 1725 bool hasBody(const FunctionDecl *&Definition) const; 1727 bool hasBody() const override { in hasBody() function 1729 return hasBody(Definition); in hasBody()
|
| HD | DeclObjC.h | 486 bool hasBody() const override { return Body.isValid(); } in hasBody() function 497 bool isThisDeclarationADefinition() const { return hasBody(); } in isThisDeclarationADefinition()
|
| HD | DeclBase.h | 846 virtual bool hasBody() const { return getBody() != nullptr; } in hasBody() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | CheckerManager.cpp | 83 assert(D && D->hasBody()); in runCheckersOnASTBody()
|
| HD | CallEvent.cpp | 471 if (!Result->hasBody(Definition)) in getRuntimeDefinition()
|
| HD | PathDiagnostic.cpp | 1003 if (Callee->isImplicit() || !Callee->hasBody()) in getCallEnterWithinCallerEvent()
|