Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp1837 bool SkipRecords = getDeclKind() == Decl::Kind::Enum && in getRedeclContext() local
1842 while ((SkipRecords && Ctx->isRecord()) || Ctx->isTransparentContext()) in getRedeclContext()