Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSemaInternal.h110 bool includeHiddenDecls() const override { return true; } in includeHiddenDecls() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp3947 bool VisibleDeclConsumer::includeHiddenDecls() const { return false; } in includeHiddenDecls() function in VisibleDeclConsumer