Searched refs:containing_decl_kind (Results 1 – 1 of 1) sorted by relevance
6122 const clang::Decl::Kind containing_decl_kind = decl_ctx->getDeclKind(); in ParseType() local6123 if (DeclKindIsCXXClass (containing_decl_kind)) in ParseType()6489 … const clang::Decl::Kind containing_decl_kind = containing_decl_ctx->getDeclKind(); in ParseType() local6491 const bool is_cxx_method = DeclKindIsCXXClass (containing_decl_kind); in ParseType()