Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1835 case Decl::UsingDirective: in CheckConstexprDeclStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDeclNodes.td19 def UsingDirective : DeclNode<Named>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp381 case Decl::UsingDirective: in isRedeclarableDeclKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp200 case Decl::Kind::UsingDirective: in HandleNamedDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2902 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc), in UsingDirectiveDecl()
2973 static bool classofKind(Kind K) { return K == UsingDirective; } in classofKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp839 case UsingDirective: in getIdentifierNamespaceForKind()
H A DDecl.cpp1374 case Decl::UsingDirective: in computeLVForDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp144 case Decl::UsingDirective: // using namespace X; [C++] in EmitDecl()
H A DCodeGenModule.cpp5740 case Decl::UsingDirective: // using namespace X; [C++] in EmitTopLevelDecl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6483 case Decl::UsingDirective: in clang_getCursorDefinition()
7933 case Decl::UsingDirective: in getDeclLanguage()