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

/external/clang/lib/Sema/
H A DSemaDecl.cpp4542 bool AddToScope = true; local
4553 AddToScope);
4556 AddToScope);
4564 if (New->getDeclName() && AddToScope &&
5203 bool &AddToScope) {
5441 AddToScope = false;
6225 bool AddToScope; member in struct:__anon18026::ActOnFDArgs
6356 ExtraArgs.AddToScope);
6780 bool &AddToScope) {
7435 AddToScope };
5200 ActOnVariableDeclarator(Scope *S, Declarator &D, DeclContext *DC, TypeSourceInfo *TInfo, LookupResult &Previous, MultiTemplateParamsArg TemplateParamLists, bool &AddToScope) argument
6777 ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC, TypeSourceInfo *TInfo, LookupResult &Previous, MultiTemplateParamsArg TemplateParamLists, bool &AddToScope) argument
[all...]
H A DSemaDeclCXX.cpp12058 bool AddToScope = true; local
12060 TemplateParams, AddToScope);

Completed in 249 milliseconds