Searched refs:FunctionDecl (Results 251 - 275 of 291) sorted by relevance

<<1112

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp348 bool Sema::CheckFunctionConstraints(const FunctionDecl *FD,
H A DSemaTemplateVariadic.cpp46 auto *FD = dyn_cast<FunctionDecl>(VD->getDeclContext());
H A DTreeTransform.h3492 FunctionDecl *Builtin = cast<FunctionDecl>(Lookup.front());
7605 auto *FD = cast<FunctionDecl>(SemaRef.CurContext);
10022 if (FunctionDecl *FD = E->getDirectCallee())
11472 FunctionDecl *OperatorNew = nullptr;
11474 OperatorNew = cast_or_null<FunctionDecl>(
11480 FunctionDecl *OperatorDelete = nullptr;
11482 OperatorDelete = cast_or_null<FunctionDecl>(
11556 FunctionDecl *OperatorDelete = nullptr;
11558 OperatorDelete = cast_or_null<FunctionDecl>(
[all...]
H A DSemaExprMember.cpp1165 assert(!isa<FunctionDecl>(MemberDecl) && "member function not C++ method?");
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h33 class FunctionDecl;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp409 if (FunctionDecl *FD = CE->getDirectCallee()) {
H A DPathDiagnostic.cpp801 if (const auto *FD = dyn_cast<FunctionDecl>(D)) {
976 if (const auto FD = dyn_cast<FunctionDecl>(D))
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2270 const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(Call.getDecl());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp194 if (llvm::isa<FunctionDecl>(redecl_context) &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp1086 const FunctionDecl *def = nullptr;
H A DCodeGenAction.cpp225 void HandleInlineFunctionDefinition(FunctionDecl *D) override {
H A DCGOpenMPRuntime.cpp1416 if (const auto *FD = dyn_cast_or_null<FunctionDecl>(CGF.CurFuncDecl))
9694 if (const auto *FD = dyn_cast<FunctionDecl>(GD.getDecl())) {
9706 if (const auto *FD = dyn_cast<FunctionDecl>(VD)) {
9861 if (isa<FunctionDecl>(GD.getDecl()) ||
9967 const auto *D = cast<FunctionDecl>(GD.getDecl());
10385 static unsigned evaluateCDTSize(const FunctionDecl *FD,
10438 emitX86DeclareSimdFunction(const FunctionDecl *FD, llvm::Function *Fn,
10584 getNDSWDS(const FunctionDecl *FD, ArrayRef<ParamAttrTy> ParamAttrs) {
10705 CodeGenModule &CGM, const FunctionDecl *FD, unsigned UserVLEN,
10812 void CGOpenMPRuntime::emitDeclareSimdFunction(const FunctionDecl *F
[all...]
H A DCGOpenMPRuntime.h1668 virtual void emitDeclareSimdFunction(const FunctionDecl *FD,
H A DCGExprConstant.cpp1883 if (auto FD = dyn_cast<FunctionDecl>(D))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp974 llvm::dyn_cast_or_null<clang::FunctionDecl>(GetDeclForSymbol(symbol));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1635 // Get the FunctionDecl.
1636 FunctionDecl *FunD = LPT.D->getAsFunction();
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp763 const internal::VariadicDynCastAllOfMatcher<Decl, FunctionDecl> functionDecl;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1158 clang::FunctionDecl *function_decl = nullptr;
1159 clang::FunctionDecl *template_function_decl = nullptr;
1165 function_decl = llvm::dyn_cast_or_null<clang::FunctionDecl>(
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4973 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0])));
7187 if (auto *FD = dyn_cast<FunctionDecl>(D)) {
8371 llvm::MapVector<const FunctionDecl *, std::unique_ptr<LateParsedTemplate>>
8375 FunctionDecl *FD = cast<FunctionDecl>(GetDecl(LateParsedTemplates[Idx++]));
9350 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(PB->first)) {
9366 const FunctionDecl *Defn = nullptr;
9370 auto *NonConstDefn = const_cast<FunctionDecl*>(Defn);
11236 FunctionDecl *FirstFunctio
[all...]
H A DASTReaderStmt.cpp1863 E->setOperatorNew(readDeclAs<FunctionDecl>());
1864 E->setOperatorDelete(readDeclAs<FunctionDecl>());
1884 E->OperatorDelete = readDeclAs<FunctionDecl>();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h485 bool TraverseFunctionHelper(FunctionDecl *D);
1717 // We don't know what kind of FunctionDecl this is.
1987 bool RecursiveASTVisitor<Derived>::TraverseFunctionHelper(FunctionDecl *D) {
2052 DEF_TRAVERSE_DECL(FunctionDecl, {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp463 else if (isa<FunctionDecl>(ND))
H A DType.cpp3147 // Fill in the FunctionDecl * in the exception specification if present.
3151 auto **slot = getTrailingObjects<FunctionDecl *>();
3159 auto **slot = getTrailingObjects<FunctionDecl *>();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp604 else if (isa<FunctionDecl>(D))
3099 if (const auto FD = dyn_cast<FunctionDecl>(Signature)) {
H A DExprEngine.cpp240 if (const auto *FD = dyn_cast<FunctionDecl>(D)) {
2526 if (const auto *FD = dyn_cast<FunctionDecl>(D)) {

Completed in 993 milliseconds

<<1112