Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1770 bool SkipRecords = getDeclKind() == Decl::Kind::Enum && in getRedeclContext() local
1775 while ((SkipRecords && Ctx->isRecord()) || Ctx->isTransparentContext()) in getRedeclContext()