Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSemaInternal.h110 bool includeHiddenDecls() const override { return true; } in includeHiddenDecls() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaLookup.cpp3634 bool VisibleDeclConsumer::includeHiddenDecls() const { return false; } in includeHiddenDecls() function in VisibleDeclConsumer