Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Expression/
HDASTResultSynthesizer.cpp99 else if (FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D)) in TransformTopLevelDecl() local
137 FunctionDecl *function_decl = FunDecl; in SynthesizeFunctionResult() local
HDASTStructExtractor.cpp138 FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D); in ExtractFromTopLevelDecl() local
HDClangUserExpression.cpp223 else if (clang::FunctionDecl *function_decl = llvm::dyn_cast<clang::FunctionDecl>(decl_context)) in ScanContext() local
HDClangExpressionDeclMap.cpp1853 NamedDecl *function_decl = NULL; in AddOneFunction() local
/trueos/contrib/gcc/
HDdebug.h86 void (* function_decl) (tree decl); member
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp2004 ClangASTContext::SetFunctionParameters (FunctionDecl *function_decl, ParmVarDecl **params, unsigned… in SetFunctionParameters()
2283 else if (clang::FunctionDecl *function_decl = llvm::dyn_cast<clang::FunctionDecl>(decl_ctx)) in GetClassMethodInfoForDeclContext() local
/trueos/contrib/gcc/cp/
HDname-lookup.c1841 tree function_decl = current_function_decl; in pushdecl_with_scope() local
HDcp-tree.h658 tree function_decl; member
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp6872 …clang::FunctionDecl *function_decl = ast.CreateFunctionDeclaration (ignore_containing_context ? Ge… in ParseType() local