Searched refs:decl_kind (Results 1 – 2 of 2) sorted by relevance
76 decl_kind = "-" + decl[0] + " "81 if not decl_kind in line:
67 static bool DeclKindIsCXXClass(clang::Decl::Kind decl_kind) { in DeclKindIsCXXClass() argument68 switch (decl_kind) { in DeclKindIsCXXClass()