Home
last modified time | relevance | path

Searched refs:UDir (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Sema/
DScope.h442 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() argument
443 UsingDirectives.push_back(UDir); in PushUsingDirective()
DSema.h4224 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
/external/llvm-project/clang/include/clang/Sema/
DScope.h479 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() argument
480 UsingDirectives.push_back(UDir); in PushUsingDirective()
DSema.h5520 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
/external/clang/lib/Sema/
DSemaDeclCXX.cpp7719 UsingDirectiveDecl *UDir = nullptr; in ActOnUsingDirective() local
7768 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
7777 PushUsingDirective(S, UDir); in ActOnUsingDirective()
7782 if (UDir) in ActOnUsingDirective()
7783 ProcessDeclAttributeList(S, UDir, AttrList); in ActOnUsingDirective()
7785 return UDir; in ActOnUsingDirective()
7788 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() argument
7794 Ctx->addDecl(UDir); in PushUsingDirective()
7798 S->PushUsingDirective(UDir); in PushUsingDirective()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp11393 UsingDirectiveDecl *UDir = nullptr; in ActOnUsingDirective() local
11442 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
11451 PushUsingDirective(S, UDir); in ActOnUsingDirective()
11456 if (UDir) in ActOnUsingDirective()
11457 ProcessDeclAttributeList(S, UDir, AttrList); in ActOnUsingDirective()
11459 return UDir; in ActOnUsingDirective()
11462 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() argument
11468 Ctx->addDecl(UDir); in PushUsingDirective()
11472 S->PushUsingDirective(UDir); in PushUsingDirective()