Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp3750 bool AddToScope = true; in HandleDeclarator() local
3761 AddToScope); in HandleDeclarator()
3772 if (New->getDeclName() && AddToScope && in HandleDeclarator()
4746 bool AddToScope; member
4868 ExtraArgs.AddToScope); in DiagnoseInvalidRedeclaration()
5134 bool &AddToScope) { in ActOnFunctionDeclarator() argument
5733 AddToScope }; in ActOnFunctionDeclarator()
5773 AddToScope = ExtraArgs.AddToScope; in ActOnFunctionDeclarator()
5784 AddToScope = ExtraArgs.AddToScope; in ActOnFunctionDeclarator()
5880 AddToScope = false; in ActOnFunctionDeclarator()
DSemaDeclCXX.cpp10334 bool AddToScope = true; in ActOnFriendFunctionDecl() local
10336 TemplateParams, AddToScope); in ActOnFriendFunctionDecl()
/external/clang/include/clang/Sema/
DSema.h1274 bool &AddToScope);