Searched defs:AddToScope (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 6372 bool AddToScope = true; HandleDeclarator() local 7334 ActOnVariableDeclarator(Scope * S,Declarator & D,DeclContext * DC,TypeSourceInfo * TInfo,LookupResult & Previous,MultiTemplateParamsArg TemplateParamLists,bool & AddToScope,ArrayRef<BindingDecl * > Bindings) ActOnVariableDeclarator() argument 8853 bool AddToScope; global() member 9643 ActOnFunctionDeclarator(Scope * S,Declarator & D,DeclContext * DC,TypeSourceInfo * TInfo,LookupResult & Previous,MultiTemplateParamsArg TemplateParamListsRef,bool & AddToScope) ActOnFunctionDeclarator() argument [all...] |
H A D | SemaTemplate.cpp | 9715 bool AddToScope = true; ActOnConceptDefinition() local 9728 CheckConceptRedefinition(ConceptDecl * NewDecl,LookupResult & Previous,bool & AddToScope) CheckConceptRedefinition() argument
|
H A D | SemaDeclCXX.cpp | 942 bool AddToScope = true; ActOnDecompositionDeclarator() local 17758 bool AddToScope = true; ActOnFriendFunctionDecl() local
|