Searched refs:IncludeGlobalScope (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 4021 bool IncludeGlobalScope) { in lookupVisibleDecls() argument 4038 if (!IncludeGlobalScope) in lookupVisibleDecls() 4045 Sema::LookupNameKind Kind, bool IncludeGlobalScope) { in lookupVisibleDecls() argument 4048 if (!IncludeGlobalScope) in lookupVisibleDecls() 4348 bool IncludeGlobalScope, bool LoadExternal) { in LookupVisibleDecls() argument 4351 H.lookupVisibleDecls(*this, S, Kind, IncludeGlobalScope); in LookupVisibleDecls() 4356 bool IncludeGlobalScope, in LookupVisibleDecls() argument 4359 H.lookupVisibleDecls(*this, Ctx, Kind, IncludeGlobalScope); in LookupVisibleDecls()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 9383 bool IncludeGlobalScope = true, 9387 bool IncludeGlobalScope = true,
|