Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h187 ExternalRedecl(Other.ExternalRedecl), HideTags(Other.HideTags), in LookupResult()
207 HideTags(std::move(Other.HideTags)), in LookupResult()
232 HideTags = std::move(Other.HideTags);
309 HideTags = Hide; in setHideTags()
808 bool HideTags = true; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp538 if (HideTags && isa<TagDecl>(D)) { in resolveKind()
639 (HideTags && HasTag && (HasFunction || HasNonFunction || HasUnresolved))) in resolveKind()