Home
last modified time | relevance | path

Searched refs:doesThisDeclarationHaveABody (Results 26 – 50 of 380) sorted by relevance

12345678910>>...16

/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/AST/
H A DASTImporterTest.cpp1947 EXPECT_FALSE(To0->doesThisDeclarationHaveABody()); in TEST_P()
1948 EXPECT_TRUE(To1->doesThisDeclarationHaveABody()); in TEST_P()
1965 EXPECT_FALSE(To0->doesThisDeclarationHaveABody()); in TEST_P()
1966 EXPECT_TRUE(To1->doesThisDeclarationHaveABody()); in TEST_P()
2017 return FD->doesThisDeclarationHaveABody(); in TEST_P()
2460 EXPECT_FALSE(ToFD->doesThisDeclarationHaveABody()); in TEST_P()
2478 EXPECT_FALSE(ToFD->doesThisDeclarationHaveABody()); in TEST_P()
2495 EXPECT_FALSE(ToFD->doesThisDeclarationHaveABody()); in TEST_P()
2513 EXPECT_TRUE(ToFD->doesThisDeclarationHaveABody()); in TEST_P()
4326 ->doesThisDeclarationHaveABody()); in TEST_P()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dstaticmethods.cxx74 …Instance() || pCXXMethodDecl->isVirtual() || !pCXXMethodDecl->doesThisDeclarationHaveABody() || pC… in TraverseCXXMethodDecl()
H A Dgetimplementationname.cxx128 if (ignoreLocation(decl) || !decl->doesThisDeclarationHaveABody() in VisitCXXMethodDecl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dstaticmethods.cxx74 …Instance() || pCXXMethodDecl->isVirtual() || !pCXXMethodDecl->doesThisDeclarationHaveABody() || pC… in TraverseCXXMethodDecl()
H A Dgetimplementationname.cxx128 if (ignoreLocation(decl) || !decl->doesThisDeclarationHaveABody() in VisitCXXMethodDecl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/AST/
H A DASTImporterTest.cpp1966 EXPECT_FALSE(To0->doesThisDeclarationHaveABody()); in TEST_P()
1967 EXPECT_TRUE(To1->doesThisDeclarationHaveABody()); in TEST_P()
1984 EXPECT_FALSE(To0->doesThisDeclarationHaveABody()); in TEST_P()
1985 EXPECT_TRUE(To1->doesThisDeclarationHaveABody()); in TEST_P()
2036 return FD->doesThisDeclarationHaveABody(); in TEST_P()
2479 EXPECT_FALSE(ToFD->doesThisDeclarationHaveABody()); in TEST_P()
2497 EXPECT_FALSE(ToFD->doesThisDeclarationHaveABody()); in TEST_P()
2514 EXPECT_FALSE(ToFD->doesThisDeclarationHaveABody()); in TEST_P()
2532 EXPECT_TRUE(ToFD->doesThisDeclarationHaveABody()); in TEST_P()
4345 ->doesThisDeclarationHaveABody()); in TEST_P()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp149 if (InsertLoc.isInvalid() && Method->doesThisDeclarationHaveABody() && in check()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp149 if (InsertLoc.isInvalid() && Method->doesThisDeclarationHaveABody() &&
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp168 if (InsertLoc.isInvalid() && Method->doesThisDeclarationHaveABody() && in check()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp172 if (InsertLoc.isInvalid() && Method->doesThisDeclarationHaveABody() && in check()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp168 if (InsertLoc.isInvalid() && Method->doesThisDeclarationHaveABody() && in check()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp168 if (InsertLoc.isInvalid() && Method->doesThisDeclarationHaveABody() && in check()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp168 if (InsertLoc.isInvalid() && Method->doesThisDeclarationHaveABody() && in check()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp168 if (InsertLoc.isInvalid() && Method->doesThisDeclarationHaveABody() && in check()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp172 if (InsertLoc.isInvalid() && Method->doesThisDeclarationHaveABody() && in check()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp168 if (InsertLoc.isInvalid() && Method->doesThisDeclarationHaveABody() && in check()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp168 if (InsertLoc.isInvalid() && Method->doesThisDeclarationHaveABody() && in check()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp168 if (InsertLoc.isInvalid() && Method->doesThisDeclarationHaveABody() && in check()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp168 if (InsertLoc.isInvalid() && Method->doesThisDeclarationHaveABody() && in check()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp168 if (InsertLoc.isInvalid() && Method->doesThisDeclarationHaveABody() && in check()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp168 if (InsertLoc.isInvalid() && Method->doesThisDeclarationHaveABody() && in check()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp101 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp101 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DModuleBuilder.cpp184 assert(D->doesThisDeclarationHaveABody()); in HandleInlineFunctionDefinition()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp101 if (!D->doesThisDeclarationHaveABody()) in checkASTDecl()

12345678910>>...16