Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp5723 bool AddToScope = true; in HandleDeclarator() local
5734 AddToScope); in HandleDeclarator()
5737 AddToScope); in HandleDeclarator()
5745 if (New->getDeclName() && AddToScope) in HandleDeclarator()
6644 bool &AddToScope, ArrayRef<BindingDecl *> Bindings) { in ActOnVariableDeclarator() argument
6843 AddToScope = false; in ActOnVariableDeclarator()
7987 bool AddToScope; member
8128 ExtraArgs.AddToScope); in DiagnoseInvalidRedeclaration()
8665 bool &AddToScope) { in ActOnFunctionDeclarator() argument
9402 AddToScope }; in ActOnFunctionDeclarator()
[all …]
HDSemaDeclCXX.cpp858 bool AddToScope = true; in ActOnDecompositionDeclarator() local
861 MultiTemplateParamsArg(), AddToScope, Bindings); in ActOnDecompositionDeclarator()
862 if (AddToScope) { in ActOnDecompositionDeclarator()
16256 bool AddToScope = true; in ActOnFriendFunctionDecl() local
16258 TemplateParams, AddToScope); in ActOnFriendFunctionDecl()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h2225 bool &AddToScope,
2243 bool &AddToScope);