HomeSort by relevance Sort by last modified time
    Searched defs:function_decl (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
2005-09-24-BitFieldCrash.c 25 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/
RewriteScopedRefptr.cpp 220 const clang::FunctionDecl* const function_decl = member in class:__anon48842::clang
222 assert(function_decl && "Unexpected match! No FunctionDecl captured!");
234 for (clang::FunctionDecl* f : function_decl->redecls()) {

Completed in 175 milliseconds