Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp4662 bool AddToScope = true; in HandleDeclarator() local
4673 AddToScope); in HandleDeclarator()
4676 AddToScope); in HandleDeclarator()
4684 if (New->getDeclName() && AddToScope && in HandleDeclarator()
5346 bool &AddToScope) { in ActOnVariableDeclarator() argument
5583 AddToScope = false; in ActOnVariableDeclarator()
6365 bool AddToScope; member
6496 ExtraArgs.AddToScope); in DiagnoseInvalidRedeclaration()
6921 bool &AddToScope) { in ActOnFunctionDeclarator() argument
7592 AddToScope }; in ActOnFunctionDeclarator()
[all …]
H A DSemaDeclCXX.cpp12550 bool AddToScope = true; in ActOnFriendFunctionDecl() local
12552 TemplateParams, AddToScope); in ActOnFriendFunctionDecl()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1605 bool &AddToScope);
1616 bool &AddToScope);