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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp11583 Scope *DCScope = S; local
11606 DCScope = S->getFnParent();
11677 DCScope = getScopeForDeclContext(S, DC);
11766 if (!DCScope) {
11768 DCScope = &FakeDCScope;
11772 NamedDecl *ND = ActOnFunctionDeclarator(DCScope, D, DC, TInfo, Previous,

Completed in 177 milliseconds