Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp926 bool is_cxx_method = DeclKindIsCXXClass(containing_decl_kind); in ParseSubroutine() local
930 if (is_cxx_method) { in ParseSubroutine()
953 if (is_cxx_method && has_template_params) { in ParseSubroutine()
955 is_cxx_method = false; in ParseSubroutine()
1008 } else if (is_cxx_method) { in ParseSubroutine()