Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDecl.cpp1244 void Sema::PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext) { in PushOnScopeChains()
5139 bool AddToContext = !D.isRedeclaration() || !New->isLocalExternDecl(); in HandleDeclarator() local