Searched refs:PushUsingDirective (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
H A DScope.h411 void PushUsingDirective(UsingDirectiveDecl *UDir) { function in class:clang::Scope
H A DSema.h3797 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp7150 PushUsingDirective(S, UDir);
7161 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { function in class:Sema
7171 S->PushUsingDirective(UDir);

Completed in 602 milliseconds