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

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp11273 Scope *DCScope = S; local
11338 DCScope = getScopeForDeclContext(S, DC);
11435 if (!DCScope) {
11437 DCScope = &FakeDCScope;
11441 NamedDecl *ND = ActOnFunctionDeclarator(DCScope, D, DC, TInfo, Previous,

Completed in 65 milliseconds