Home
last modified time | relevance | path

Searched refs:UsingDirective (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp591 UsingDirective, enumerator
604 return UnnamedDeclKind::UsingDirective; in getUnnamedDeclKind()
617 case UnnamedDeclKind::UsingDirective: in getUnnamedDeclDiag()
H A DSemaCodeComplete.cpp3904 case Decl::UsingDirective: in getCursorKindForDecl()
H A DSemaDeclCXX.cpp1833 case Decl::UsingDirective: in CheckConstexprDeclStmt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td19 def UsingDirective : DeclNode<Named>;
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp200 case Decl::Kind::UsingDirective: in HandleNamedDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp381 case Decl::UsingDirective: in isRedeclarableDeclKind()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2904 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc), in UsingDirectiveDecl()
2975 static bool classofKind(Kind K) { return K == UsingDirective; } in classofKind()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp843 case UsingDirective: in getIdentifierNamespaceForKind()
H A DDecl.cpp1374 case Decl::UsingDirective: in computeLVForDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp149 case Decl::UsingDirective: // using namespace X; [C++] in EmitDecl()
H A DCodeGenModule.cpp5774 case Decl::UsingDirective: // using namespace X; [C++] in EmitTopLevelDecl()