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

/external/clang/lib/Sema/
H A DSemaDecl.cpp3750 bool AddToScope = true; local
3761 AddToScope);
3772 if (New->getDeclName() && AddToScope &&
4746 bool AddToScope; member in struct:__anon189::ActOnFDArgs
4868 ExtraArgs.AddToScope);
5134 bool &AddToScope) {
5733 AddToScope };
5773 AddToScope = ExtraArgs.AddToScope;
5784 AddToScope
5131 ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC, TypeSourceInfo *TInfo, LookupResult &Previous, MultiTemplateParamsArg TemplateParamLists, bool &AddToScope) argument
[all...]
H A DSemaDeclCXX.cpp10334 bool AddToScope = true; local
10336 TemplateParams, AddToScope);

Completed in 180 milliseconds