Home
last modified time | relevance | path

Searched refs:AddToContext (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1562 void Sema::PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext) { in PushOnScopeChains() argument
1572 if (AddToContext) in PushOnScopeChains()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3634 void PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext = true);