HomeSort by relevance Sort by last modified time
    Searched refs:function_decl (Results 1 - 9 of 9) 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/lldb/source/Expression/
ASTResultSynthesizer.cpp 99 else if (FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D))
102 !function_decl->getNameInfo().getAsString().compare("$__lldb_expr"))
104 RecordPersistentTypes(function_decl);
105 SynthesizeFunctionResult(function_decl);
137 FunctionDecl *function_decl = FunDecl;
139 if (!function_decl)
147 function_decl->print(os);
154 Stmt *function_body = function_decl->getBody();
158 function_decl);
165 function_decl->print(os)
    [all...]
ASTStructExtractor.cpp 138 FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D); local
141 function_decl &&
142 !m_function.m_wrapper_function_name.compare(function_decl->getNameAsString().c_str()))
144 ExtractFromFunctionDecl(function_decl);
ClangExpressionDeclMap.cpp 1766 NamedDecl *function_decl = NULL; local
    [all...]
ClangUserExpression.cpp 229 else if (clang::FunctionDecl *function_decl = llvm::dyn_cast<clang::FunctionDecl>(decl_context))
236 ClangASTMetadata *metadata = ClangASTContext::GetMetadata (&decl_context->getParentASTContext(), function_decl);
    [all...]
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 216 const clang::FunctionDecl* const function_decl = member in class:__anon21047::clang
218 assert(function_decl && "Unexpected match! No FunctionDecl captured!");
230 for (clang::FunctionDecl* f : function_decl->redecls()) {
  /external/lldb/include/lldb/Symbol/
ClangASTContext.h 375 SetFunctionParameters (clang::FunctionDecl *function_decl,
  /external/lldb/source/Symbol/
ClangASTContext.cpp     [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp 6781 clang::FunctionDecl *function_decl = ast.CreateFunctionDeclaration (ignore_containing_context ? GetClangASTContext().GetTranslationUnitDecl() : containing_decl_ctx, local
    [all...]

Completed in 726 milliseconds