Home
last modified time | relevance | path

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

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