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

/external/clang/include/clang/Sema/
H A DScope.h302 void PushUsingDirective(UsingDirectiveDecl *UDir) { function in class:clang::Scope
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5804 PushUsingDirective(S, UDir);
5813 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { function in class:Sema
5823 S->PushUsingDirective(UDir);

Completed in 54 milliseconds