Home
last modified time | relevance | path

Searched defs:function_decl (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
D2005-09-24-BitFieldCrash.c25 struct tree_function_decl function_decl; member
/external/lldb/source/Expression/
DASTResultSynthesizer.cpp99 else if (FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D)) in TransformTopLevelDecl() local
137 FunctionDecl *function_decl = FunDecl; in SynthesizeFunctionResult() local
DASTStructExtractor.cpp138 FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D); in ExtractFromTopLevelDecl() local
DClangUserExpression.cpp229 else if (clang::FunctionDecl *function_decl = llvm::dyn_cast<clang::FunctionDecl>(decl_context)) in ScanContext() local
DClangExpressionDeclMap.cpp1766 NamedDecl *function_decl = NULL; in AddOneFunction() local
/external/lldb/source/Symbol/
DClangASTContext.cpp1998 ClangASTContext::SetFunctionParameters (FunctionDecl *function_decl, ParmVarDecl **params, unsigned… in SetFunctionParameters()
2277 else if (clang::FunctionDecl *function_decl = llvm::dyn_cast<clang::FunctionDecl>(decl_ctx)) in GetClassMethodInfoForDeclContext() local
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp6781 …clang::FunctionDecl *function_decl = ast.CreateFunctionDeclaration (ignore_containing_context ? Ge… in ParseType() local