Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp4379 bool AddToScope = true; in HandleDeclarator() local
4390 AddToScope); in HandleDeclarator()
4393 AddToScope); in HandleDeclarator()
4401 if (New->getDeclName() && AddToScope && in HandleDeclarator()
4937 bool &AddToScope) { in ActOnVariableDeclarator() argument
5230 AddToScope = false; in ActOnVariableDeclarator()
5983 bool AddToScope; member
6114 ExtraArgs.AddToScope); in DiagnoseInvalidRedeclaration()
6553 bool &AddToScope) { in ActOnFunctionDeclarator() argument
7197 AddToScope }; in ActOnFunctionDeclarator()
[all …]
DSemaDeclCXX.cpp11772 bool AddToScope = true; in ActOnFriendFunctionDecl() local
11774 TemplateParams, AddToScope); in ActOnFriendFunctionDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1479 bool &AddToScope);
1492 bool &AddToScope);