Home
last modified time | relevance | path

Searched refs:hasBody (Results 1 – 25 of 51) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelConsumer.cpp36 if (func && func->hasBody()) { in HandleTopLevelDecl()
H A DAnalysisConsumer.cpp327 if (BD->hasBody()) { in VisitBlockDecl()
652 if (!D->hasBody()) in HandleCode()
/netbsd-src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp81 if (MethodDecl->isThisDeclarationADefinition() && MethodDecl->hasBody()) { in VisitCXXMethodDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp23 if (!F->isDefined(F) || (!F->hasBody() && F->willHaveBody())) in compileFunc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp86 assert(D->hasBody()); in emitDiagnostics()
H A DIvarInvalidationChecker.cpp434 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 DCallEvent.cpp769 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 DLoopUnrolling.cpp159 unless(hasBody(hasSuspiciousStmt("initVarName")))).bind("forLoop"); in forLoopMatcher()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp103 if (!D->hasBody()) in TraverseObjCMethodDecl()
H A DTransEmptyStatementsAndDealloc.cpp207 if (!MD->hasBody()) in cleanupDeallocOrFinalize()
H A DTransGCAttrs.cpp128 return FD->hasBody(); in isMigratable()
H A DTransforms.cpp530 if (!MD->hasBody()) in GCRewriteFinalize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCallGraph.cpp157 if (!D->hasBody()) in includeInGraph()
H A DCloneDetection.cpp92 assert(D->hasBody()); in analyzeCodeBody()
H A DAnalysisDeclContext.cpp299 FD->hasBody(FD); in getContext()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DModuleBuilder.cpp116 if (FD->hasBody(FD)) in GetDeclForMangledName()
H A DCGVTables.cpp1005 if (keyFunction->hasBody(def)) in getVTableLinkage()
1139 return !keyFunction->hasBody(); in isVTableExternal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp556 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 DDeclBase.cpp701 if (FD->hasBody()) { in canBeWeakImported()
952 if (FD->hasBody(Definition)) in getBodyRBrace()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp75 if (MD->isDependentContext() || !MD->hasBody()) in WriteNamedDecl()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp458 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 DASTNodeTraverser.h621 if (D->hasBody()) in VisitObjCMethodDecl()
H A DDecl.h2057 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 DCrossTranslationUnit.cpp201 return D->hasBody(DefD); in hasBodyOrInit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp285 REGISTER_MATCHER(hasBody); in RegistryMaps()

123