Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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.cpp214 } else if (clang::FunctionDecl *function_decl = in ScanContext() local
H A DClangExpressionDeclMap.cpp1806 NamedDecl *function_decl = nullptr; AddOneFunction() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.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-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1240 clang::FunctionDecl *function_decl = nullptr; ParseSubroutine() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2269 SetFunctionParameters(FunctionDecl * function_decl,llvm::ArrayRef<ParmVarDecl * > params) SetFunctionParameters() argument