Home
last modified time | relevance | path

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

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