Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp1342 void Sema::PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext) { in PushOnScopeChains() argument
1352 if (AddToContext) in PushOnScopeChains()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2413 void PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext = true);