Searched refs:IncludeGlobalScope (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 3755 bool IncludeGlobalScope) { in lookupVisibleDecls() argument 3772 if (!IncludeGlobalScope) in lookupVisibleDecls() 3779 Sema::LookupNameKind Kind, bool IncludeGlobalScope) { in lookupVisibleDecls() argument 3782 if (!IncludeGlobalScope) in lookupVisibleDecls() 4083 bool IncludeGlobalScope, bool LoadExternal) { in LookupVisibleDecls() argument 4086 H.lookupVisibleDecls(*this, S, Kind, IncludeGlobalScope); in LookupVisibleDecls() 4091 bool IncludeGlobalScope, in LookupVisibleDecls() argument 4094 H.lookupVisibleDecls(*this, Ctx, Kind, IncludeGlobalScope); in LookupVisibleDecls()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4174 bool IncludeGlobalScope = true, 4178 bool IncludeGlobalScope = true,
|