Searched defs:function_decl (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
H A D2005-09-24-BitFieldCrash.c25 struct tree_function_decl function_decl; member in union:tree_node
30 decl->function_decl.built_in_class != 0;
/external/v8/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp220 const clang::FunctionDecl* const function_decl = member in class:__anon28009::clang
222 assert(function_decl && "Unexpected match! No FunctionDecl captured!");
234 for (clang::FunctionDecl* f : function_decl->redecls()) {
/external/v8/tools/clang/value_cleanup/
H A DListValueRewriter.cpp282 auto* function_decl = clang::cast<clang::FunctionDecl>(function_context); local
293 var_decl, function_decl);
294 if (!visitor.TraverseStmt(function_decl->getBody()))
/external/v8/tools/clang/blink_gc_plugin/
H A DBlinkGCPluginConsumer.cpp30 bool VisitFunctionDecl(FunctionDecl* function_decl) { argument
31 if (function_decl->isLateTemplateParsed())
32 late_parsed_decls.insert(function_decl);
/external/v8/tools/clang/plugins/
H A DFindBadConstructsConsumer.cpp103 bool VisitFunctionDecl(FunctionDecl* function_decl) { argument
104 if (function_decl->isLateTemplateParsed())
105 late_parsed_decls.insert(function_decl);

Completed in 262 milliseconds