Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/lazy-loading/
H A DTestLazyLoading.py76 decl_kind = "-" + decl[0] + " "
81 if not decl_kind in line:
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp67 static bool DeclKindIsCXXClass(clang::Decl::Kind decl_kind) { in DeclKindIsCXXClass() argument
68 switch (decl_kind) { in DeclKindIsCXXClass()