Searched refs:UDir (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h322 void PushUsingDirective(UsingDirectiveDecl *UDir) { argument
323 UsingDirectives.push_back(UDir);
H A DSema.h3660 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp6886 UsingDirectiveDecl *UDir = 0; local
6932 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
6941 PushUsingDirective(S, UDir);
6946 if (UDir)
6947 ProcessDeclAttributeList(S, UDir, AttrList);
6949 return UDir;
6952 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { argument
6958 Ctx->addDecl(UDir);
6962 S->PushUsingDirective(UDir);

Completed in 94 milliseconds