Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h189 ExternalRedecl(Other.ExternalRedecl), HideTags(Other.HideTags), in LookupResult()
209 HideTags(std::move(Other.HideTags)), in LookupResult()
234 HideTags = std::move(Other.HideTags);
312 HideTags = Hide; in setHideTags()
813 bool HideTags = true; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp540 if (HideTags && isa<TagDecl>(D)) { in resolveKind()
641 (HideTags && HasTag && (HasFunction || HasNonFunction || HasUnresolved))) in resolveKind()