Searched defs:includeHiddenDecls (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaLookup.cpp2863 bool VisibleDeclConsumer::includeHiddenDecls() const { return false; } function in class:VisibleDeclConsumer
3210 Result.setAllowHidden(Consumer.includeHiddenDecls());
3222 Result.setAllowHidden(Consumer.includeHiddenDecls());
3349 bool includeHiddenDecls() const override { return true; }

Completed in 50 milliseconds