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

/external/clang/lib/Sema/
H A DSemaDecl.cpp996 Scope *Sema::getScopeForDeclContext(Scope *S, DeclContext *DC) { function in class:Sema
8631 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC))
H A DSemaDeclCXX.cpp10272 DCScope = getScopeForDeclContext(S, DC);
10391 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC))
H A DSemaTemplate.cpp1102 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC))
/external/clang/include/clang/Sema/
H A DSema.h1443 static Scope *getScopeForDeclContext(Scope *S, DeclContext *DC);

Completed in 109 milliseconds