Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp1204 void Sema::PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext) { in PushOnScopeChains() argument
1214 if (AddToContext) in PushOnScopeChains()
5007 bool AddToContext = !D.isRedeclaration() || !New->isLocalExternDecl(); in HandleDeclarator() local
5008 PushOnScopeChains(New, S, AddToContext); in HandleDeclarator()
5009 if (!AddToContext) in HandleDeclarator()
/external/clang/include/clang/Sema/
DSema.h2057 void PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext = true);