Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDIndexSymbol.cpp175 Info.Kind = SymbolKind::TypeAlias; break; // Lang = C in getSymbolInfo()
309 Info.Kind = SymbolKind::TypeAlias; in getSymbolInfo()
313 case Decl::TypeAlias: in getSymbolInfo()
314 Info.Kind = SymbolKind::TypeAlias; in getSymbolInfo()
521 case SymbolKind::TypeAlias: return "type-alias"; in getSymbolKindString()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Index/
HDIndexSymbol.h37 TypeAlias, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDODRDiagsEmitter.h110 TypeAlias, enumerator
HDDecl.h3535 : TypedefNameDecl(TypeAlias, C, DC, StartLoc, IdLoc, Id, TInfo), in TypeAliasDecl()
3551 static bool classofKind(Kind K) { return K == TypeAlias; } in classofKind()
HDType.h2181 unsigned TypeAlias : 1;
6535 bool isTypeAlias() const { return TemplateSpecializationTypeBits.TypeAlias; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDODRDiagsEmitter.cpp608 case Decl::TypeAlias: in FindTypeDiffs()
609 return TypeAlias; in FindTypeDiffs()
1265 case TypeAlias: in diagnoseMismatch()
1270 FirstDiffType == TypeAlias)) in diagnoseMismatch()
1617 case TypeAlias: in diagnoseMismatch()
2059 case TypeAlias: in diagnoseMismatch()
2188 case TypeAlias: in diagnoseMismatch()
HDComment.cpp332 case Decl::TypeAlias: in fill()
HDODRHash.cpp552 case Decl::TypeAlias: in isSubDeclToBeProcessed()
HDDeclBase.cpp898 case TypeAlias: in getIdentifierNamespaceForKind()
HDType.cpp4290 TemplateSpecializationTypeBits.TypeAlias = !AliasedType.isNull(); in TemplateSpecializationType()
HDDecl.cpp1486 case Decl::TypeAlias: in computeLVForDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDeclNodes.td25 def TypeAlias : DeclNode<TypedefName>;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp420 if (auto TypeAlias = getEnclosingTypeAliasTemplateDecl(SemaRef); in HandleRecordDecl() local
421 ForConstraintInstantiation && TypeAlias) { in HandleRecordDecl()
423 TypeAlias.PrimaryTypeAliasDecl)) { in HandleRecordDecl()
424 Result.addOuterTemplateArguments(TypeAlias.Template, in HandleRecordDecl()
425 TypeAlias.AssociatedTemplateArguments, in HandleRecordDecl()
440 return Response::ChangeDecl(TypeAlias.Template->getDeclContext()); in HandleRecordDecl()
1643 if (auto TypeAlias = in ComputeLambdaDependency() local
1646 TypeAlias && TemplateInstArgsHelpers::isLambdaEnclosedByTypeAliasDecl( in ComputeLambdaDependency()
1647 LSI->CallOperator, TypeAlias.PrimaryTypeAliasDecl)) { in ComputeLambdaDependency()
1648 unsigned TypeAliasDeclDepth = TypeAlias.Template->getTemplateDepth(); in ComputeLambdaDependency()
[all …]
HDSemaCodeComplete.cpp4113 case Decl::TypeAlias: in getCursorKindForDecl()
HDSemaDeclCXX.cpp1898 case Decl::TypeAlias: { in CheckConstexprDeclStmt()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTCommon.cpp370 case Decl::TypeAlias: in isRedeclarableDeclKind()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDInterfaceStubFunctionsConsumer.cpp198 case Decl::Kind::TypeAlias: in HandleNamedDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDeclCXX.cpp977 TypeResult TypeAlias = in ParseAliasDeclarationAfterDeclarator() local
997 UsingLoc, D.Name, Attrs, TypeAlias, in ParseAliasDeclarationAfterDeclarator()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDecl.cpp180 case Decl::TypeAlias: { // using X = int; [C++0x] in EmitDecl()
HDCodeGenModule.cpp7143 case Decl::TypeAlias: // using foo = bar; [C++11] in EmitTopLevelDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp4881 case Decl::TypeAlias: in HandleDeclInMainFile()
HDRewriteModernObjC.cpp5779 case Decl::TypeAlias: in HandleDeclInMainFile()