Searched defs:AddToScope (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 6540 bool AddToScope = true; HandleDeclarator() local 7559 ActOnVariableDeclarator(Scope * S,Declarator & D,DeclContext * DC,TypeSourceInfo * TInfo,LookupResult & Previous,MultiTemplateParamsArg TemplateParamLists,bool & AddToScope,ArrayRef<BindingDecl * > Bindings) ActOnVariableDeclarator() argument 9030 bool AddToScope; global() member 9812 ActOnFunctionDeclarator(Scope * S,Declarator & D,DeclContext * DC,TypeSourceInfo * TInfo,LookupResult & Previous,MultiTemplateParamsArg TemplateParamListsRef,bool & AddToScope) ActOnFunctionDeclarator() argument [all...] |
H A D | SemaTemplate.cpp | 9269 bool AddToScope = true; ActOnConceptDefinition() local 9279 CheckConceptRedefinition(ConceptDecl * NewDecl,LookupResult & Previous,bool & AddToScope) CheckConceptRedefinition() argument
|
H A D | SemaDeclCXX.cpp | 954 bool AddToScope = true; ActOnDecompositionDeclarator() local 18042 bool AddToScope = true; ActOnFriendFunctionDecl() local
|