Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1224 static bool isTagDecl(clang::DeclContext &context) { in isTagDecl() function
1422 if (isTagDecl(context) || isFunctionDecl(context) || isBlockDecl(context)) { in ParseDeclsForContext()