Searched refs:HasTag (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp383 bool HasTag = false, HasFunction = false, HasNonFunction = false; local
427 if (HasTag)
430 HasTag = true;
453 if (HideTags && HasTag && !Ambiguous &&

Completed in 39 milliseconds