Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h106 bool includeHiddenDecls() const override { return true; } in includeHiddenDecls() function
/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3900 bool VisibleDeclConsumer::includeHiddenDecls() const { return false; } includeHiddenDecls() function in VisibleDeclConsumer