Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp3935 bool VisibleDeclConsumer::includeHiddenDecls() const { return false; } in includeHiddenDecls() function in VisibleDeclConsumer
4072 Result.setAllowHidden(Consumer.includeHiddenDecls()); in lookupVisibleDecls()
4082 Result.setAllowHidden(Consumer.includeHiddenDecls()); in lookupVisibleDecls()