Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp5891 bool AddToScope = true; in HandleDeclarator() local
5902 AddToScope); in HandleDeclarator()
5905 AddToScope); in HandleDeclarator()
5913 if (New->getDeclName() && AddToScope) in HandleDeclarator()
6850 bool &AddToScope, ArrayRef<BindingDecl *> Bindings) { in ActOnVariableDeclarator() argument
7080 AddToScope = false; in ActOnVariableDeclarator()
8229 bool AddToScope; member
8370 ExtraArgs.AddToScope); in DiagnoseInvalidRedeclaration()
8948 bool &AddToScope) { in ActOnFunctionDeclarator() argument
9711 AddToScope }; in ActOnFunctionDeclarator()
[all …]
H A DSemaDeclCXX.cpp891 bool AddToScope = true; in ActOnDecompositionDeclarator() local
894 MultiTemplateParamsArg(), AddToScope, Bindings); in ActOnDecompositionDeclarator()
895 if (AddToScope) { in ActOnDecompositionDeclarator()
16731 bool AddToScope = true; in ActOnFriendFunctionDecl() local
16733 TemplateParams, AddToScope); in ActOnFriendFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2653 bool &AddToScope,
2671 bool &AddToScope);