Searched refs:FunctionDecl (Results 201 - 225 of 291) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1993 ExplicitSpecifier ExplicitSpecifier::getFromDecl(FunctionDecl *Function) {
2230 SmallVectorImpl<const FunctionDecl *> &PreventedBy) const {
2296 if (const auto *FD = dyn_cast<FunctionDecl>(D)) {
2419 const FunctionDecl *CheckFn = getTemplateInstantiationPattern();
2423 const FunctionDecl *fn;
2707 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD, Expr *ThisArg) {
H A DExprCXX.cpp169 CXXNewExpr::CXXNewExpr(bool IsGlobalNew, FunctionDecl *OperatorNew,
170 FunctionDecl *OperatorDelete, bool ShouldPassAlignment,
232 FunctionDecl *OperatorNew, FunctionDecl *OperatorDelete,
891 cast<FunctionDecl>(getCalleeDecl())->getParamDecl(0)->getType();
913 return cast<FunctionDecl>(getCalleeDecl())->getLiteralIdentifier();
H A DDeclTemplate.cpp206 if (auto *FD = dyn_cast_or_null<FunctionDecl>(getTemplatedDecl()))
214 if (auto *FD = dyn_cast_or_null<FunctionDecl>(getTemplatedDecl()))
349 FunctionDecl *
844 ASTContext &C, FunctionDecl *FD, FunctionTemplateDecl *Template,
H A DJSONNodeDumper.cpp792 void JSONNodeDumper::VisitFunctionDecl(const FunctionDecl *FD) {
1207 if (const FunctionDecl *FD = NE->getOperatorNew())
1209 if (const FunctionDecl *FD = NE->getOperatorDelete())
1216 if (const FunctionDecl *FD = DE->getOperatorDelete())
H A DTextNodeDumper.cpp280 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
287 if (!isa<FunctionDecl>(*D)) {
1540 void TextNodeDumper::VisitFunctionDecl(const FunctionDecl *D) {
1603 // Since NumParams comes from the FunctionProtoType of the FunctionDecl and
1605 // encounter a FunctionDecl that has been created but hasn't been assigned
H A DExprConstant.cpp150 const FunctionDecl *Callee = CE->getDirectCallee();
500 const FunctionDecl *Callee;
552 const FunctionDecl *Callee, const LValue *This,
598 const FunctionDecl *getCallee() const override { return Callee; }
1380 const FunctionDecl *Callee, const LValue *This,
1851 for (FunctionDecl::param_const_iterator I = Callee->param_begin(),
1899 return isa<FunctionDecl>(D) || isa<MSGuidDecl>(D);
2039 if (auto *FD = dyn_cast<FunctionDecl>(VD)) {
2088 if (const auto *FD = dyn_cast<const FunctionDecl>(VD)) {
5169 const FunctionDecl *Declaratio
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp892 const auto *FD = dyn_cast_or_null<FunctionDecl>(Call.getDecl());
1056 } else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CD)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1956 FunctionDecl *FD = FunctionDecl::Create(
2150 FunctionDecl *FD = FunctionDecl::Create(
2404 FunctionDecl *FD = FunctionDecl::Create(
2479 FunctionDecl *FD = FunctionDecl::Create(
2889 if ((ND = dyn_cast<FunctionDecl>(Result)) ||
H A DObjectFilePCHContainerOperations.cpp98 bool VisitFunctionDecl(FunctionDecl *D) {
H A DCodeGenFunction.h64 class FunctionDecl;
449 AbstractCallee(const FunctionDecl *FD) : CalleeDecl(FD) {}
452 return dyn_cast_or_null<FunctionDecl>(CalleeDecl);
456 if (const auto *FD = dyn_cast<FunctionDecl>(CalleeDecl))
461 if (const auto *FD = dyn_cast<FunctionDecl>(CalleeDecl))
1834 void EmitOpenCLKernelMetadata(const FunctionDecl *FD,
1916 void pushCallObjectDeleteCleanup(const FunctionDecl *OperatorDelete,
2793 void EmitDeleteCall(const FunctionDecl *DeleteFD, llvm::Value *Ptr,
3846 void checkTargetFeatures(const CallExpr *E, const FunctionDecl *TargetDecl);
3847 void checkTargetFeatures(SourceLocation Loc, const FunctionDecl *TargetDec
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp316 llvm::MapVector<const FunctionDecl *, std::unique_ptr<LateParsedTemplate>>
H A DSemaAttr.cpp896 void Sema::AddRangeBasedOptnone(FunctionDecl *FD) {
903 void Sema::AddOptnoneAttributeIfNoConflicts(FunctionDecl *FD,
H A DSemaAvailability.cpp206 if (isa<TagDecl>(Ctx) || isa<FunctionDecl>(Ctx) || isa<ObjCMethodDecl>(Ctx))
671 if (!D || isa<FunctionDecl>(D))
H A DSemaCast.cpp1600 if (FunctionDecl *Fn
1679 FunctionDecl *Fn = Self.ResolveAddressOfOverloadedFunction(SrcExpr.get(),
1959 auto *FD = dyn_cast<FunctionDecl>(DRE->getDecl());
2604 FunctionDecl *Fn = Self.ResolveAddressOfOverloadedFunction(SrcExpr.get(),
2696 if (FunctionDecl *FD = Self.ResolveAddressOfOverloadedFunction(
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorRangeChecker.cpp82 const auto *Func = dyn_cast_or_null<FunctionDecl>(Call.getDecl());
H A DBasicObjCFoundationChecks.cpp430 const FunctionDecl *FD = C.getCalleeDecl(CE);
576 << cast<FunctionDecl>(Call.getDecl())->getName();
H A DCallAndMessageChecker.cpp528 const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D);
H A DIteratorModeling.cpp175 const auto *Func = dyn_cast_or_null<FunctionDecl>(Call.getDecl());
413 const auto *IdInfo = cast<FunctionDecl>(Call.getDecl())->getIdentifier();
H A DNullabilityChecker.cpp421 else if (const auto *FD = dyn_cast<FunctionDecl>(D))
602 } else if (auto *FD = dyn_cast<FunctionDecl>(D)) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h240 void VisitFunctionDecl(const FunctionDecl *FD);
H A DTextNodeDumper.h324 void VisitFunctionDecl(const FunctionDecl *D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp323 /// FunctionDecl "f" contains-selection
330 /// FunctionDecl "f2" contains-selection
415 return isa<FunctionDecl>(D) || isa<ObjCMethodDecl>(D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp345 const FunctionDecl *DiagDecl = F->getDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp86 void VisitFunctionDecl(const FunctionDecl *D);
221 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp797 if (const FunctionDecl *FD = CNE->getOperatorNew()) {
826 FunctionDecl *FD = CNE->getOperatorNew();

Completed in 279 milliseconds

1234567891011>>