Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp123 FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D); in ExtractFromTopLevelDecl() local
H A DClangUserExpression.cpp218 } else if (clang::FunctionDecl *function_decl = in ScanContext() local
H A DClangExpressionDeclMap.cpp1729 NamedDecl *function_decl = nullptr; in AddOneFunction() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1017 clang::FunctionDecl *function_decl = m_clang.CreateFunctionDeclaration( in GetOrCreateFunctionDecl() local
1033 clang::FunctionDecl &function_decl, in CreateFunctionParameters()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1211 clang::FunctionDecl *function_decl = nullptr; in ParseSubroutine() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2224 FunctionDecl *function_decl, llvm::ArrayRef<ParmVarDecl *> params) { in SetFunctionParameters()
9601 } else if (clang::FunctionDecl *function_decl = in DeclContextIsClassMethod() local