Home
last modified time | relevance | path

Searched refs:includeHiddenDecls (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSemaInternal.h110 bool includeHiddenDecls() const override { return true; } in includeHiddenDecls() function
H A DLookup.h798 virtual bool includeHiddenDecls() const;
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp3947 bool VisibleDeclConsumer::includeHiddenDecls() const { return false; } in includeHiddenDecls() function in VisibleDeclConsumer
4084 Result.setAllowHidden(Consumer.includeHiddenDecls()); in lookupVisibleDecls()
4094 Result.setAllowHidden(Consumer.includeHiddenDecls()); in lookupVisibleDecls()