Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3428 bool is_cxx_method = DeclKindIsCXXClass(containing_decl_ctx->getDeclKind()); in FunctionDieMatchesPartialName() local
3432 if (is_cxx_method == false) in FunctionDieMatchesPartialName()
3438 if (is_cxx_method == true) in FunctionDieMatchesPartialName()
6491 const bool is_cxx_method = DeclKindIsCXXClass (containing_decl_kind); in ParseType() local
6494 if (is_cxx_method) in ParseType()
6573 else if (is_cxx_method) in ParseType()