Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp830 UsingDirective, enumerator
844 return UnnamedDeclKind::UsingDirective; in getUnnamedDeclKind()
857 case UnnamedDeclKind::UsingDirective: in getUnnamedDeclDiag()
H A DSemaCodeComplete.cpp4055 case Decl::UsingDirective: in getCursorKindForDecl()
H A DSemaDeclCXX.cpp1867 case Decl::UsingDirective: in CheckConstexprDeclStmt()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDeclNodes.td19 def UsingDirective : DeclNode<Named>;
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp200 case Decl::Kind::UsingDirective: in HandleNamedDecl()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTCommon.cpp384 case Decl::UsingDirective: in isRedeclarableDeclKind()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h2952 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc), in UsingDirectiveDecl()
3023 static bool classofKind(Kind K) { return K == UsingDirective; } in classofKind()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp860 case UsingDirective: in getIdentifierNamespaceForKind()
H A DDecl.cpp1432 case Decl::UsingDirective: in computeLVForDecl()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp154 case Decl::UsingDirective: // using namespace X; [C++] in EmitDecl()
H A DCodeGenModule.cpp6370 case Decl::UsingDirective: // using namespace X; [C++] in EmitTopLevelDecl()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp6748 case Decl::UsingDirective: in clang_getCursorDefinition()
8199 case Decl::UsingDirective: in getDeclLanguage()