Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLogging.h45 #define LIBLLDB_LOG_AST (1u << 31) macro
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLogging.cpp20 {{"ast"}, {"log AST"}, LIBLLDB_LOG_AST},
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp160 LLDB_LOG(GetLogIfAllCategoriesSet(LIBLLDB_LOG_AST), in visitKnownMember()
181 GetLogIfAllCategoriesSet(LIBLLDB_LOG_AST), in visitKnownMember()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1301 LLDB_LOG(GetLogIfAllCategoriesSet(LIBLLDB_LOG_AST), in AddRecordMembers()
1319 LLDB_LOG(GetLogIfAllCategoriesSet(LIBLLDB_LOG_AST), in AddRecordMembers()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp950 lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_AST)) { in ImportDefinitionTo()