Home
last modified time | relevance | path

Searched refs:UDir (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
DScope.h302 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() argument
303 UsingDirectives.push_back(UDir); in PushUsingDirective()
DSema.h3223 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
/external/clang/lib/Sema/
DSemaDeclCXX.cpp5749 UsingDirectiveDecl *UDir = 0; in ActOnUsingDirective() local
5795 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
5804 PushUsingDirective(S, UDir); in ActOnUsingDirective()
5810 return UDir; in ActOnUsingDirective()
5813 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() argument
5819 Ctx->addDecl(UDir); in PushUsingDirective()
5823 S->PushUsingDirective(UDir); in PushUsingDirective()