Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp89 } else if (FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D)) { in TransformTopLevelDecl() local
120 FunctionDecl *function_decl = FunDecl; in SynthesizeFunctionResult() local
H A DASTStructExtractor.cpp124 FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D); in ExtractFromTopLevelDecl() local
H A DClangUserExpression.cpp196 } else if (clang::FunctionDecl *function_decl = in ScanContext() local
H A DClangExpressionDeclMap.cpp1948 NamedDecl *function_decl = NULL; in AddOneFunction() local
/freebsd-12.1/contrib/gcc/
H A Ddebug.h86 void (* function_decl) (tree decl); member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1009 clang::FunctionDecl *function_decl = m_clang.CreateFunctionDeclaration( in GetOrCreateFunctionDecl() local
1025 clang::FunctionDecl &function_decl, in CreateFunctionParameters()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1595 clang::FunctionDecl *function_decl = nullptr; in ParseTypeFromDWARF() local
/freebsd-12.1/contrib/gcc/cp/
H A Dname-lookup.c1841 tree function_decl = current_function_decl; in pushdecl_with_scope() local
H A Dcp-tree.h658 tree function_decl; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2230 void ClangASTContext::SetFunctionParameters(FunctionDecl *function_decl, in SetFunctionParameters()
10240 } else if (clang::FunctionDecl *function_decl = in DeclContextIsClassMethod() local