Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h496 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() function
H A DSema.h5667 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp11510 PushUsingDirective(S, UDir); in ActOnUsingDirective()
11521 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() function in Sema
11531 S->PushUsingDirective(UDir); in PushUsingDirective()