Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDASTResultSynthesizer.cpp90 } else if (FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D)) { in TransformTopLevelDecl() local
121 FunctionDecl *function_decl = FunDecl; in SynthesizeFunctionResult() local
HDASTStructExtractor.cpp123 FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D); in ExtractFromTopLevelDecl() local
HDClangUserExpression.cpp214 } else if (clang::FunctionDecl *function_decl = in ScanContext() local
HDClangExpressionDeclMap.cpp1801 NamedDecl *function_decl = nullptr; in AddOneFunction() local
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp48 clang::FunctionDecl *&function_decl; member
857 clang::FunctionDecl *function_decl = nullptr; in CreateFunctionDecl() local
939 clang::FunctionDecl *function_decl = in GetOrCreateInlinedFunctionDecl() local
1052 clang::FunctionDecl *function_decl = in GetOrCreateFunctionDecl() local
1069 clang::FunctionDecl &function_decl, in CreateFunctionParameters()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp1273 clang::FunctionDecl *function_decl = nullptr; in ParseSubroutine() local
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp2221 FunctionDecl *function_decl, llvm::ArrayRef<ParmVarDecl *> params) { in SetFunctionParameters()