Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScope.h439 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() function
HDSema.h4063 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp7622 PushUsingDirective(S, UDir); in ActOnUsingDirective()
7633 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() function in Sema
7643 S->PushUsingDirective(UDir); in PushUsingDirective()