reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ASTNodeTraverser.h
  368     if (D->doesThisDeclarationHaveABody())
tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
 1774   return Node.doesThisDeclarationHaveABody() ? Node.getBody() : nullptr;
tools/clang/lib/AST/ASTContext.cpp
10028     if (!FD->doesThisDeclarationHaveABody())
tools/clang/lib/AST/ASTImporter.cpp
  294       if (D->doesThisDeclarationHaveABody() &&
 3091         if (!D->doesThisDeclarationHaveABody()) {
 3298   if (D->doesThisDeclarationHaveABody()) {
tools/clang/lib/AST/CommentSema.cpp
  689         FD->doesThisDeclarationHaveABody())
tools/clang/lib/AST/Decl.cpp
 2815     if (I->doesThisDeclarationHaveABody()) {
 3274   assert(!doesThisDeclarationHaveABody() &&
 3378   assert((doesThisDeclarationHaveABody() || willHaveBody() ||
tools/clang/lib/AST/DeclCXX.cpp
 2339          (fn->doesThisDeclarationHaveABody() || fn->willHaveBody());
tools/clang/lib/AST/DeclPrinter.cpp
  476           cast<FunctionDecl>(*D)->doesThisDeclarationHaveABody()) ||
  478           cast<FunctionTemplateDecl>(*D)->getTemplatedDecl()->doesThisDeclarationHaveABody())))
  669     } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) {
  750   else if (D->doesThisDeclarationHaveABody()) {
tools/clang/lib/CodeGen/CodeGenModule.cpp
 2478     if (!FD->doesThisDeclarationHaveABody()) {
 3247           if (FD->doesThisDeclarationHaveABody()) {
 5482     if (!cast<FunctionDecl>(D)->doesThisDeclarationHaveABody())
tools/clang/lib/CodeGen/ModuleBuilder.cpp
  192       assert(D->doesThisDeclarationHaveABody());
tools/clang/lib/CodeGen/TargetInfo.cpp
  785       if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype())
tools/clang/lib/Sema/SemaDecl.cpp
 1594   if (D->doesThisDeclarationHaveABody())
 1665     if (FD->doesThisDeclarationHaveABody() &&
tools/clang/lib/Sema/SemaDeclCXX.cpp
 5707   if (MD->doesThisDeclarationHaveABody())
11496           !Constructor->doesThisDeclarationHaveABody() &&
11634          !Constructor->doesThisDeclarationHaveABody() &&
11780           !Destructor->doesThisDeclarationHaveABody() &&
12448           !CopyAssignOperator->doesThisDeclarationHaveABody() &&
12813           !MoveAssignOperator->doesThisDeclarationHaveABody() &&
13113           !CopyConstructor->doesThisDeclarationHaveABody() &&
13245           !MoveConstructor->doesThisDeclarationHaveABody() &&
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 2781     return Func->doesThisDeclarationHaveABody() || HasBody;
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  280     Record.push_back(FD->doesThisDeclarationHaveABody());
  281     if (FD->doesThisDeclarationHaveABody())
 2398   assert(FD->doesThisDeclarationHaveABody());
tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
  101   if (!D->doesThisDeclarationHaveABody())
tools/clang/tools/extra/clang-tidy/modernize/UseOverrideCheck.cpp
  168     if (InsertLoc.isInvalid() && Method->doesThisDeclarationHaveABody() &&
tools/clang/tools/libclang/CIndex.cpp
  852   if (ND->doesThisDeclarationHaveABody() && !ND->isLateTemplateParsed()) {
tools/clang/unittests/AST/ASTImporterTest.cpp
 2021   EXPECT_FALSE(To0->doesThisDeclarationHaveABody());
 2022   EXPECT_TRUE(To1->doesThisDeclarationHaveABody());
 2039   EXPECT_FALSE(To0->doesThisDeclarationHaveABody());
 2040   EXPECT_TRUE(To1->doesThisDeclarationHaveABody());
 2091               return FD->doesThisDeclarationHaveABody();
 2101               return FD->doesThisDeclarationHaveABody();
 2533   EXPECT_FALSE(ImportedD->doesThisDeclarationHaveABody());
 2535   EXPECT_FALSE(ToFD->doesThisDeclarationHaveABody());
 2551   EXPECT_FALSE(ImportedD->doesThisDeclarationHaveABody());
 2553   EXPECT_FALSE(ToFD->doesThisDeclarationHaveABody());
 2569   EXPECT_TRUE(ImportedD->doesThisDeclarationHaveABody());
 2571   EXPECT_FALSE(ToFD->doesThisDeclarationHaveABody());
 2587   EXPECT_FALSE(ImportedD->doesThisDeclarationHaveABody());
 2589   EXPECT_TRUE(ToFD->doesThisDeclarationHaveABody());
 2610   EXPECT_TRUE(ImportedD->doesThisDeclarationHaveABody());
 2614   EXPECT_FALSE(InClassFD->doesThisDeclarationHaveABody());
 2639   EXPECT_FALSE(ImportedD->doesThisDeclarationHaveABody());
 2643   EXPECT_TRUE(OutOfClassFD->doesThisDeclarationHaveABody());
 2669   EXPECT_TRUE(ImportedD->doesThisDeclarationHaveABody());
 2670   EXPECT_FALSE(ImportedD1->doesThisDeclarationHaveABody());
 4141                      ->doesThisDeclarationHaveABody());
 4155                      ->doesThisDeclarationHaveABody());