Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp936 bool is_cxx_method = DeclKindIsCXXClass(containing_decl_kind); in ParseSubroutine() local
940 if (is_cxx_method) { in ParseSubroutine()
963 if (is_cxx_method && has_template_params) { in ParseSubroutine()
965 is_cxx_method = false; in ParseSubroutine()
1022 } else if (is_cxx_method) { in ParseSubroutine()