Searched defs:AddToScope (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDecl.cpp5113 bool AddToScope = true; local
5124 AddToScope);
5127 AddToScope);
5135 if (New->getDeclName() && AddToScope) {
5852 bool &AddToScope) {
6097 AddToScope = false;
7103 bool AddToScope; member in struct:__anon1448::ActOnFDArgs
7234 ExtraArgs.AddToScope);
7661 bool &AddToScope) {
8412 AddToScope };
5849 ActOnVariableDeclarator(Scope *S, Declarator &D, DeclContext *DC, TypeSourceInfo *TInfo, LookupResult &Previous, MultiTemplateParamsArg TemplateParamLists, bool &AddToScope) argument
7658 ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC, TypeSourceInfo *TInfo, LookupResult &Previous, MultiTemplateParamsArg TemplateParamLists, bool &AddToScope) argument
[all...]
H A DSemaDeclCXX.cpp12956 bool AddToScope = true; local
12958 TemplateParams, AddToScope);

Completed in 141 milliseconds