Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h541 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() function
H A DSema.h6150 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp11815 PushUsingDirective(S, UDir); in ActOnUsingDirective()
11826 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() function in Sema
11836 S->PushUsingDirective(UDir); in PushUsingDirective()