Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp90 } else if (FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D)) { in TransformTopLevelDecl() local
121 FunctionDecl *function_decl = FunDecl; in SynthesizeFunctionResult() local
H A DASTStructExtractor.cpp123 FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D); in ExtractFromTopLevelDecl() local
H A DClangUserExpression.cpp215 } else if (clang::FunctionDecl *function_decl = in ScanContext() local
H A DClangExpressionDeclMap.cpp1818 NamedDecl *function_decl = nullptr; in AddOneFunction() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddebug.h86 void (* function_decl) PARAMS ((tree decl)); member
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp47 clang::FunctionDecl *&function_decl; member
855 clang::FunctionDecl *function_decl = nullptr; in CreateFunctionDecl() local
937 clang::FunctionDecl *function_decl = in GetOrCreateInlinedFunctionDecl() local
1050 clang::FunctionDecl *function_decl = in GetOrCreateFunctionDecl() local
1067 clang::FunctionDecl &function_decl, in CreateFunctionParameters()
/openbsd-src/gnu/gcc/gcc/
H A Ddebug.h86 void (* function_decl) (tree decl); member
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.h767 tree function_decl; /* Current function decl, save/restore */ member
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1190 clang::FunctionDecl *function_decl = nullptr; in ParseSubroutine() local
/openbsd-src/gnu/gcc/gcc/cp/
H A Dname-lookup.c1844 tree function_decl = current_function_decl; in pushdecl_with_scope() local
H A Dcp-tree.h658 tree function_decl; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2262 FunctionDecl *function_decl, llvm::ArrayRef<ParmVarDecl *> params) { in SetFunctionParameters()
9780 } else if (clang::FunctionDecl *function_decl = in DeclContextIsClassMethod() local
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c4550 tree function_decl = current_function_decl; local
H A Dcp-tree.h793 tree function_decl; member