| /external/clang/lib/StaticAnalyzer/Frontend/ |
| AnalysisConsumer.cpp | 274 if (isa<FunctionDecl>(D) || isa<ObjCMethodDecl>(D)) { 344 bool VisitFunctionDecl(FunctionDecl *FD) { 575 if (const FunctionDecl *ND = dyn_cast<FunctionDecl>(D)) {
|
| /external/syzkaller/tools/syz-declextract/ |
| syz-declextract.cpp | 57 bool VisitFunctionDecl(const FunctionDecl *D) {
|
| /external/v8/tools/clang/blink_gc_plugin/ |
| DiagnosticsReporter.cpp | 460 const FunctionDecl* dispatch, 466 const FunctionDecl* dispatch, 472 const FunctionDecl* dispatch, 595 const clang::FunctionDecl* bad_function,
|
| /external/clang/tools/libclang/ |
| CXCursor.cpp | [all...] |
| /external/clang/lib/Sema/ |
| SemaOverload.cpp | 41 static bool functionHasPassObjectSizeParams(const FunctionDecl *FD) { 48 CreateFunctionRefExpr(Sema &S, FunctionDecl *Fn, NamedDecl *FoundDecl, 910 // When we process #2, Old contains only the FunctionDecl for #1. By 920 // point to the FunctionDecl for #2. 927 Sema::CheckOverload(Scope *S, FunctionDecl *New, const LookupResult &Old, [all...] |
| SemaDecl.cpp | [all...] |
| SemaChecking.cpp | 151 static void SemaBuiltinMemChkCall(Sema &S, FunctionDecl *FDecl, 202 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(TargetDecl)) 718 Sema::CheckBuiltinFunctionCall(FunctionDecl *FDecl, unsigned BuiltinID, [all...] |
| SemaLookup.cpp | 391 if (auto *DFD = dyn_cast<FunctionDecl>(DUnderlying)) { 392 auto *EFD = cast<FunctionDecl>(EUnderlying); 438 if (!isa<FunctionDecl>(DUnderlying) && !isa<VarDecl>(DUnderlying)) { 465 return isa<VarDecl>(D) || isa<EnumConstantDecl>(D) || isa<FunctionDecl>(D) || 565 } else if (isa<FunctionDecl>(D)) { 890 FunctionDecl *Specialization = nullptr; [all...] |
| SemaExprCXX.cpp | [all...] |
| SemaExpr.cpp | 58 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) { 205 void Sema::NoteDeletedFunction(FunctionDecl *Decl) { 232 /// \brief Determine whether a FunctionDecl was ever declared with an 234 static bool hasAnyExplicitStorageClass(const FunctionDecl *D) { 260 FunctionDecl *Current = S.getCurFunctionDecl(); 279 const FunctionDecl *UsedFn = dyn_cast<FunctionDecl>(D); 294 void Sema::MaybeSuggestAddingStaticToDecl(const FunctionDecl *Cur) { 295 const FunctionDecl *First = Cur->getFirstDecl() [all...] |
| SemaTemplate.cpp | [all...] |
| /external/clang/lib/CodeGen/ |
| CodeGenModule.h | 54 class FunctionDecl; 453 bool isTriviallyRecursive(const FunctionDecl *F); 831 llvm::Value *getBuiltinLibFunction(const FunctionDecl *FD, [all...] |
| CodeGenPGO.cpp | 250 void VisitFunctionDecl(const FunctionDecl *D) { 649 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D)) 650 Walker.TraverseDecl(const_cast<FunctionDecl *>(FD)); 716 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D))
|
| CGCleanup.h | 31 class FunctionDecl; 613 static const EHPersonality &get(CodeGenModule &CGM, const FunctionDecl *FD);
|
| /external/clang/lib/AST/ |
| CommentSema.cpp | 681 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) { 810 isa<FunctionDecl>(ThisDeclInfo->CurrentDecl); 816 if (const FunctionDecl *FD = 817 dyn_cast<FunctionDecl>(ThisDeclInfo->CurrentDecl)) [all...] |
| ExprClassification.cpp | 209 return isa<FunctionDecl>(cast<DeclRefExpr>(E)->getDecl()) 432 (isa<FunctionDecl>(D) || isa<MSPropertyDecl>(D) || 460 return (isa<FunctionDecl>(E->getMemberDecl())
|
| DeclPrinter.cpp | 64 void VisitFunctionDecl(FunctionDecl *D); 340 else if (isa<FunctionDecl>(*D) && 341 cast<FunctionDecl>(*D)->isThisDeclarationADefinition()) 447 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) { 669 else if (FunctionDecl *FD = 670 dyn_cast<FunctionDecl>(D->getFriendDecl())) { [all...] |
| /external/clang/lib/StaticAnalyzer/Core/ |
| ExprEngineCallAndReturn.cpp | 707 const FunctionDecl *FD) { 715 static bool isCXXSharedPtrDtor(const FunctionDecl *FD) { 742 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CalleeADC->getDecl())) { 745 if (FD->getTemplatedKind() != FunctionDecl::TK_NonTemplate) [all...] |
| /external/v8/tools/clang/plugins/ |
| FindBadConstructsConsumer.cpp | 82 std::set<FunctionDecl*> GetLateParsedFunctionDecls(TranslationUnitDecl* decl) { 84 bool VisitFunctionDecl(FunctionDecl* function_decl) { 90 std::set<FunctionDecl*> late_parsed_decls; [all...] |
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| MacOSKeychainAPIChecker.cpp | 274 const FunctionDecl *FD = C.getCalleeDecl(CE); 444 const FunctionDecl *FD = C.getCalleeDecl(CE); 608 const FunctionDecl *funDecl = CE->getDirectCallee();
|
| DeadStoresChecker.cpp | 462 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
|
| /external/v8/tools/clang/base_bind_rewriters/ |
| BaseBindRewriters.cpp | 35 using clang::FunctionDecl; 82 auto* passed_decl = clang::dyn_cast<FunctionDecl>(callee_decl); 252 hasAncestor(functionDecl().bind("enclosing_func")), 425 result.Nodes.getNodeAs<FunctionDecl>("enclosing_func"))
|
| /bionic/tools/versioner/src/ |
| DeclarationDatabase.cpp | 41 if (auto FD = dyn_cast<FunctionDecl>(decl)) { 110 if (auto function_decl = dyn_cast<FunctionDecl>(decl)) {
|
| /external/clang/include/clang/AST/ |
| DeclTemplate.h | 397 /// which is a FunctionDecl that has been explicitly specialization or 400 FunctionTemplateSpecializationInfo(FunctionDecl *FD, 414 Create(ASTContext &C, FunctionDecl *FD, FunctionTemplateDecl *Template, 422 FunctionDecl *Function; 826 typedef FunctionDecl DeclType; [all...] |
| /external/clang/lib/ARCMigrate/ |
| TransGCAttrs.cpp | 130 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
|