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

/external/clang/lib/Sema/
H A DSemaDecl.cpp4250 bool AddToScope = true; local
4261 AddToScope);
4264 AddToScope);
4272 if (New->getDeclName() && AddToScope &&
4792 bool &AddToScope) {
5076 AddToScope = false;
5327 AddToScope = false;
5860 bool AddToScope; member in struct:__anon15364::ActOnFDArgs
5982 ExtraArgs.AddToScope);
6429 bool &AddToScope) {
4789 ActOnVariableDeclarator(Scope *S, Declarator &D, DeclContext *DC, TypeSourceInfo *TInfo, LookupResult &Previous, MultiTemplateParamsArg TemplateParamLists, bool &AddToScope) argument
6426 ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC, TypeSourceInfo *TInfo, LookupResult &Previous, MultiTemplateParamsArg TemplateParamLists, bool &AddToScope) argument
[all...]
H A DSemaDeclCXX.cpp11440 bool AddToScope = true; local
11442 TemplateParams, AddToScope);

Completed in 830 milliseconds