Searched refs:UsingDirective (Results 1 – 11 of 11) sorted by relevance
591 UsingDirective, enumerator604 return UnnamedDeclKind::UsingDirective; in getUnnamedDeclKind()617 case UnnamedDeclKind::UsingDirective: in getUnnamedDeclDiag()
3904 case Decl::UsingDirective: in getCursorKindForDecl()
1833 case Decl::UsingDirective: in CheckConstexprDeclStmt()
19 def UsingDirective : DeclNode<Named>;
200 case Decl::Kind::UsingDirective: in HandleNamedDecl()
381 case Decl::UsingDirective: in isRedeclarableDeclKind()
2904 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc), in UsingDirectiveDecl()2975 static bool classofKind(Kind K) { return K == UsingDirective; } in classofKind()
843 case UsingDirective: in getIdentifierNamespaceForKind()
1374 case Decl::UsingDirective: in computeLVForDecl()
149 case Decl::UsingDirective: // using namespace X; [C++] in EmitDecl()
5774 case Decl::UsingDirective: // using namespace X; [C++] in EmitTopLevelDecl()