Searched refs:containing_decl_kind (Results 1 – 1 of 1) sorted by relevance
6183 const clang::Decl::Kind containing_decl_kind = decl_ctx->getDeclKind(); in ParseType() local6184 if (DeclKindIsCXXClass (containing_decl_kind)) in ParseType()6579 … const clang::Decl::Kind containing_decl_kind = containing_decl_ctx->getDeclKind(); in ParseType() local6581 const bool is_cxx_method = DeclKindIsCXXClass (containing_decl_kind); in ParseType()