Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp16634 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl()
16751 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl()
H A DSemaDecl.cpp1527 Scope *Sema::getScopeForDeclContext(Scope *S, DeclContext *DC) { in getScopeForDeclContext() function in Sema
16370 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag()
H A DSemaTemplate.cpp2055 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3237 static Scope *getScopeForDeclContext(Scope *S, DeclContext *DC);