Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h532 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() function
H A DSema.h6001 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp11717 PushUsingDirective(S, UDir); in ActOnUsingDirective()
11728 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() function in Sema
11738 S->PushUsingDirective(UDir); in PushUsingDirective()