Home
last modified time | relevance | path

Searched refs:AddToScope (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6540 bool AddToScope = true; in HandleDeclarator() local
6551 AddToScope); in HandleDeclarator()
6554 AddToScope); in HandleDeclarator()
6562 if (New->getDeclName() && AddToScope) in HandleDeclarator()
7803 AddToScope = false; in ActOnVariableDeclarator()
9030 bool AddToScope; member
9171 ExtraArgs.AddToScope); in DiagnoseInvalidRedeclaration()
9812 bool &AddToScope) { in ActOnFunctionDeclarator() argument
10431 AddToScope = false; in ActOnFunctionDeclarator()
10687 AddToScope = ExtraArgs.AddToScope; in ActOnFunctionDeclarator()
[all …]
H A DSemaTemplate.cpp9269 bool AddToScope = true; in ActOnConceptDefinition() local
9270 CheckConceptRedefinition(NewDecl, Previous, AddToScope); in ActOnConceptDefinition()
9273 if (AddToScope) in ActOnConceptDefinition()
9279 LookupResult &Previous, bool &AddToScope) { in CheckConceptRedefinition() argument
9280 AddToScope = true; in CheckConceptRedefinition()
9291 AddToScope = false; in CheckConceptRedefinition()
9300 AddToScope = false; in CheckConceptRedefinition()
9308 AddToScope = false; in CheckConceptRedefinition()
H A DSemaDeclCXX.cpp954 bool AddToScope = true; in ActOnDecompositionDeclarator() local
957 MultiTemplateParamsArg(), AddToScope, Bindings); in ActOnDecompositionDeclarator()
958 if (AddToScope) { in ActOnDecompositionDeclarator()
18042 bool AddToScope = true; in ActOnFriendFunctionDecl() local
18044 TemplateParams, AddToScope); in ActOnFriendFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2966 bool &AddToScope, ArrayRef<BindingDecl *> Bindings = std::nullopt);
2987 bool &AddToScope);
8795 bool &AddToScope);