Home
last modified time | relevance | path

Searched refs:TypeAlias (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp174 Info.Kind = SymbolKind::TypeAlias; break; // Lang = C in getSymbolInfo()
308 Info.Kind = SymbolKind::TypeAlias; in getSymbolInfo()
312 case Decl::TypeAlias: in getSymbolInfo()
313 Info.Kind = SymbolKind::TypeAlias; in getSymbolInfo()
518 case SymbolKind::TypeAlias: return "type-alias"; in getSymbolKindString()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h37 TypeAlias, enumerator
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td25 def TypeAlias : DeclNode<TypedefName>;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp322 case Decl::TypeAlias: in fill()
H A DODRHash.cpp459 case Decl::TypeAlias: in isDeclToBeProcessed()
H A DDeclBase.cpp771 case TypeAlias: in getIdentifierNamespaceForKind()
H A DType.cpp3648 TemplateSpecializationTypeBits.TypeAlias = !AliasedType.isNull(); in TemplateSpecializationType()
H A DDecl.cpp1384 case Decl::TypeAlias: in computeLVForDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp197 case Decl::Kind::TypeAlias: in HandleNamedDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp354 case Decl::TypeAlias: in isRedeclarableDeclKind()
H A DASTReader.cpp9582 TypeAlias, in diagnoseOdrViolations() enumerator
9898 case Decl::TypeAlias: in diagnoseOdrViolations()
9899 return TypeAlias; in diagnoseOdrViolations()
10813 case TypeAlias: in diagnoseOdrViolations()
10818 FirstDiffType == TypeAlias); in diagnoseOdrViolations()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3295 : TypedefNameDecl(TypeAlias, C, DC, StartLoc, IdLoc, Id, TInfo), in TypeAliasDecl()
3311 static bool classofKind(Kind K) { return K == TypeAlias; } in classofKind()
H A DType.h1740 unsigned TypeAlias : 1;
5166 bool isTypeAlias() const { return TemplateSpecializationTypeBits.TypeAlias; }
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp871 TypeResult TypeAlias = in ParseAliasDeclarationAfterDeclarator() local
891 UsingLoc, D.Name, Attrs, TypeAlias, in ParseAliasDeclarationAfterDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp173 case Decl::TypeAlias: { // using X = int; [C++0x] in EmitDecl()
H A DCodeGenModule.cpp5944 case Decl::TypeAlias: // using foo = bar; [C++11] in EmitTopLevelDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4881 case Decl::TypeAlias: in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5782 case Decl::TypeAlias: in HandleDeclInMainFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3880 case Decl::TypeAlias: in getCursorKindForDecl()
H A DSemaDeclCXX.cpp1844 case Decl::TypeAlias: { in CheckConstexprDeclStmt()