| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelConsumer.cpp | 36 if (func && func->hasBody()) { in HandleTopLevelDecl()
|
| H A D | AnalysisConsumer.cpp | 327 if (BD->hasBody()) { in VisitBlockDecl() 652 if (!D->hasBody()) in HandleCode()
|
| /netbsd-src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/ |
| H A D | CallSuperAttrInfo.cpp | 81 if (MethodDecl->isThisDeclarationADefinition() && MethodDecl->hasBody()) { in VisitCXXMethodDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | ByteCodeEmitter.cpp | 23 if (!F->isDefined(F) || (!F->hasBody() && F->willHaveBody())) in compileFunc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | RunLoopAutoreleaseLeakChecker.cpp | 86 assert(D->hasBody()); in emitDiagnostics()
|
| H A D | IvarInvalidationChecker.cpp | 434 if (D && D->hasBody()) { in visit() 486 if (D && D->hasBody()) { in visit()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 769 if (!Result->hasBody(Definition)) { in getRuntimeDefinition() 1157 if (!MD->hasBody()) { in findDefiningRedecl() 1159 if (I->hasBody()) in findDefiningRedecl() 1320 if (MD && !MD->hasBody()) in getRuntimeDefinition()
|
| H A D | LoopUnrolling.cpp | 159 unless(hasBody(hasSuspiciousStmt("initVarName")))).bind("forLoop"); in forLoopMatcher()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| H A D | Transforms.cpp | 530 if (!MD->hasBody()) in GCRewriteFinalize()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 157 if (!D->hasBody()) in includeInGraph()
|
| H A D | CloneDetection.cpp | 92 assert(D->hasBody()); in analyzeCodeBody()
|
| H A D | AnalysisDeclContext.cpp | 299 FD->hasBody(FD); in getContext()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | ModuleBuilder.cpp | 116 if (FD->hasBody(FD)) in GetDeclForMangledName()
|
| H A D | CGVTables.cpp | 1005 if (keyFunction->hasBody(def)) in getVTableLinkage() 1139 return !keyFunction->hasBody(); in isVTableExternal()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Decl.cpp | 556 FD->hasBody(Def) && Def->isInlined() && !Def->hasAttr<GNUInlineAttr>(); in useInlineVisibilityHidden() 2923 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl 3004 if (!hasBody(Definition)) in getBody() 3167 return hasBody(Definition) && Definition->isInlineSpecified(); in isInlineBuiltinDeclaration() 3455 if (hasBody(Definition) && Definition->isInlined() && in doesDeclarationForceExternallyVisibleDefinition() 3710 HasPattern = PatternDecl->hasBody(PatternDecl); in isImplicitlyInstantiable() 3978 if (FD->hasBody(Definition)) in isOutOfLine() 3986 if (FunTmpl->getTemplatedDecl()->hasBody(Definition)) in isOutOfLine()
|
| H A D | DeclBase.cpp | 701 if (FD->hasBody()) { in canBeWeakImported() 952 if (FD->hasBody(Definition)) in getBodyRBrace()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | InterfaceStubFunctionsConsumer.cpp | 75 if (MD->isDependentContext() || !MD->hasBody()) in WriteNamedDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 458 bool hasBody() const { return Body && !Body->getValues().empty(); } in hasBody() function in __anon9e9e0a7a0111::Intrinsic 2002 if (Def->hasBody()) in genBuiltinsDef() 2038 if (Def->hasBody()) in genOverloadTypeCheckCode() 2106 if (Def->hasBody()) in genIntrinsicRangeCheckCode()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 621 if (D->hasBody()) in VisitObjCMethodDecl()
|
| H A D | Decl.h | 2057 bool hasBody(const FunctionDecl *&Definition) const; 2059 bool hasBody() const override { in hasBody() function 2061 return hasBody(Definition); in hasBody()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 201 return D->hasBody(DefD); in hasBodyOrInit()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 285 REGISTER_MATCHER(hasBody); in RegistryMaps()
|