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

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp11338 DCScope = getScopeForDeclContext(S, DC);
11457 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC))
H A DSemaTemplate.cpp1131 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC))
H A DSemaDecl.cpp1114 Scope *Sema::getScopeForDeclContext(Scope *S, DeclContext *DC) { function in class:Sema
10749 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC))
/external/clang/include/clang/Sema/
H A DSema.h1812 static Scope *getScopeForDeclContext(Scope *S, DeclContext *DC);

Completed in 174 milliseconds