| /external/clang/include/clang/Analysis/Analyses/ | 
| ThreadSafety.h | 198   virtual void enterFunction(const FunctionDecl *FD) {} 201   virtual void leaveFunction(const FunctionDecl *FD) {}
 
 | 
| /external/clang/include/clang/StaticAnalyzer/Checkers/ | 
| ObjCRetainCount.h | 27 class FunctionDecl; 228   static CallEffects getEffect(const FunctionDecl *FD);
 
 | 
| /external/clang/lib/StaticAnalyzer/Checkers/ | 
| NoReturnFunctionChecker.cpp | 45   if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(CE.getDecl())) 
 | 
| UndefResultChecker.cpp | 47     if (const FunctionDecl *EnclosingFunctionDecl = 48         dyn_cast<FunctionDecl>(C.getStackFrame()->getDecl()))
 
 | 
| CheckerDocumentation.cpp | 58                                        check::ASTDecl<FunctionDecl> > { 312   /// FunctionDecl.
 314   /// check::ASTDecl<FunctionDecl>
 315   void checkASTDecl(const FunctionDecl *D,
 
 | 
| CStringSyntaxChecker.cpp | 58       const FunctionDecl *FD = CE->getDirectCallee(); 136   const FunctionDecl *FD = CE->getDirectCallee();
 
 | 
| ChrootChecker.cpp | 66   const FunctionDecl *FD = C.getCalleeDecl(CE); 126   const FunctionDecl *FD = C.getCalleeDecl(CE);
 
 | 
| /external/clang/lib/AST/ | 
| Decl.cpp | 304     if (isa<FunctionDecl>(DC) || isa<BlockDecl>(DC)) 365 static bool shouldConsiderTemplateVisibility(const FunctionDecl *fn,
 385 mergeTemplateLV(LinkageInfo &LV, const FunctionDecl *fn,
 544   const auto *FD = dyn_cast<FunctionDecl>(D);
 557   const FunctionDecl *Def = nullptr;
 622   } else if (const FunctionDecl *Function = D->getAsFunction()) {
 640     const auto *Func = dyn_cast<FunctionDecl>(D);
 744   } else if (const auto *Function = dyn_cast<FunctionDecl>(D)) {
 [all...]
 | 
| Mangle.cpp | 60   if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(ND)) 78   const FunctionDecl *FD = dyn_cast<FunctionDecl>(ND);
 163   const FunctionDecl *FD = cast<FunctionDecl>(D);
 
 | 
| DeclFriend.cpp | 35     assert(isa<FunctionDecl>(D) || 
 | 
| /development/vndk/tools/header-checker/src/dumper/ | 
| ast_processing.cpp | 93 bool HeaderASTVisitor::ShouldSkipFunctionDecl(const clang::FunctionDecl *decl) { 119   clang::FunctionDecl::TemplatedKind tkind = decl->getTemplatedKind();
 121     case clang::FunctionDecl::TK_NonTemplate:
 122     case clang::FunctionDecl::TK_FunctionTemplateSpecialization:
 123     case clang::FunctionDecl::TK_MemberSpecialization:
 130 bool HeaderASTVisitor::VisitFunctionDecl(const clang::FunctionDecl *decl) {
 
 | 
| /external/bcc/src/cc/frontends/clang/ | 
| b_frontend_action.h | 64   bool VisitFunctionDecl(clang::FunctionDecl *D); 73   void genParamDirectAssign(clang::FunctionDecl *D, std::string& preamble,
 75   void genParamIndirectAssign(clang::FunctionDecl *D, std::string& preamble,
 77   void rewriteFuncParam(clang::FunctionDecl *D);
 169   bool is_rewritable_ext_func(clang::FunctionDecl *D);
 
 | 
| tp_frontend_action.h | 47   bool VisitFunctionDecl(clang::FunctionDecl *D); 
 | 
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ | 
| CheckerContext.h | 271   const FunctionDecl *getCalleeDecl(const CallExpr *CE) const; 274   StringRef getCalleeName(const FunctionDecl *FunDecl) const;
 278     const FunctionDecl *FunDecl = getCalleeDecl(CE);
 287     const FunctionDecl *FunDecl = getCalleeDecl(CE);
 301   static bool isCLibraryFunction(const FunctionDecl *FD,
 
 | 
| /external/deqp-deps/SPIRV-Tools/source/val/ | 
| function.h | 46 enum class FunctionDecl { 66   spv_result_t RegisterSetFunctionDeclType(FunctionDecl type);
 262   FunctionDecl declaration_type_;
 
 | 
| /external/swiftshader/third_party/SPIRV-Tools/source/val/ | 
| function.h | 46 enum class FunctionDecl { 66   spv_result_t RegisterSetFunctionDeclType(FunctionDecl type);
 262   FunctionDecl declaration_type_;
 
 | 
| /external/clang/tools/libclang/ | 
| CIndexCXX.cpp | 110   } else if (const FunctionDecl *Function = dyn_cast<FunctionDecl>(D)) { 
 | 
| /external/clang/lib/Sema/ | 
| Sema.cpp | 299   FunctionDecl *fn = dyn_cast<FunctionDecl>(CurContext); 432   if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
 435     const FunctionDecl *DeclToCheck;
 485     if (FunctionDecl *FD = dyn_cast<FunctionDecl>(ND)) {
 527     } else if (auto *FD = dyn_cast<FunctionDecl>(ND)) {
 623       if (const FunctionDecl *FD =
 624           dyn_cast<FunctionDecl>((*I)->getFriendDecl())
 [all...]
 | 
| /external/clang/examples/analyzer-plugin/ | 
| MainCallChecker.cpp | 22   const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl(); 
 | 
| /external/clang/lib/CodeGen/ | 
| CodeGenABITypes.cpp | 39                                  const FunctionDecl *FD) { 
 | 
| /external/clang/lib/StaticAnalyzer/Core/ | 
| CallEvent.cpp | 122   const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(getDecl()); 273   if (const FunctionDecl* FD = dyn_cast<FunctionDecl>(D))
 303   if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
 340   const FunctionDecl *D = getDecl();
 349   const FunctionDecl *D = cast<FunctionDecl>(CalleeCtx->getDecl());
 359   const FunctionDecl *D = getDecl()
 [all...]
 | 
| /external/v8/tools/clang/plugins/ | 
| CheckIPCVisitor.cpp | 75   const FunctionDecl* callee_decl = call_expr->getDirectCallee(); 99   if (auto* parent_fn_decl = GetParentDecl<FunctionDecl>()) {
 101     if (template_kind != FunctionDecl::TK_NonTemplate &&
 102         template_kind != FunctionDecl::TK_FunctionTemplate) {
 
 | 
| /external/clang/include/clang/AST/ | 
| Decl.h | [all...] | 
| DeclFriend.h | 132       if (FunctionDecl *FD = dyn_cast<FunctionDecl>(ND)) 
 | 
| /external/clang/unittests/AST/ | 
| SourceLocationTest.cpp | 154   EXPECT_TRUE(Verifier.match("class C { C(); };", functionDecl())); 160   EXPECT_TRUE(Verifier.match("class C { C() = default; };", functionDecl()));
 166   EXPECT_TRUE(Verifier.match("class C { C() = delete; };", functionDecl()));
 545 TEST(FunctionDecl, FunctionDeclWithThrowSpecification) {
 546   RangeVerifier<FunctionDecl> Verifier;
 550       functionDecl()));
 553 TEST(FunctionDecl, FunctionDeclWithNoExceptSpecification) {
 554   RangeVerifier<FunctionDecl> Verifier;
 558       functionDecl(),
 563   RangeVerifier<FunctionDecl> Verifier
 [all...]
 |