Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp1509 void Sema::PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext) { in PushOnScopeChains() argument
1519 if (AddToContext) in PushOnScopeChains()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3467 void PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext = true);