Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1234 static bool isBlockDecl(clang::DeclContext &context) { in isBlockDecl() function
1400 if (isFunctionDecl(context) || isBlockDecl(context)) { in ParseDeclsForSimpleContext()
1424 if (isTagDecl(context) || isFunctionDecl(context) || isBlockDecl(context)) { in ParseDeclsForContext()