Searched defs:UDir (Results 1 - 2 of 2) sorted by relevance

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

Completed in 104 milliseconds