Searched defs:includeHiddenDecls (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Sema/ | ||
H A D | SemaInternal.h | 106 bool includeHiddenDecls() const override { return true; } in includeHiddenDecls() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaLookup.cpp | 3900 bool VisibleDeclConsumer::includeHiddenDecls() const { return false; } includeHiddenDecls() function in VisibleDeclConsumer |