Home
last modified time | relevance | path

Searched refs:ParseFunction (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DParsing.cpp57 template <typename T> using ParseFunction = ExpectedProgress<T> (*)(ParseState); typedef
194 ExpectedProgress<RangeSelector> parseSingle(ParseFunction<T> ParseElement, in parseSingle()
215 ExpectedProgress<RangeSelector> parsePair(ParseFunction<T> ParseElement, in parsePair()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h366 lldb_private::Function *ParseFunction(lldb_private::CompileUnit &comp_unit,
H A DSymbolFileDWARF.cpp821 Function *SymbolFileDWARF::ParseFunction(CompileUnit &comp_unit, in ParseFunction() function in SymbolFileDWARF
933 if (ParseFunction(comp_unit, die)) in ParseFunctions()
1649 sc.function = ParseFunction(*sc.comp_unit, die); in GetFunction()
1931 sc.function = ParseFunction(*sc.comp_unit, function_die); in ResolveFunctionAndBlock()