Searched defs:HasTypeConstraint (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 644 Create(const ASTContext & C,DeclContext * DC,SourceLocation KeyLoc,SourceLocation NameLoc,unsigned D,unsigned P,IdentifierInfo * Id,bool Typename,bool ParameterPack,bool HasTypeConstraint,std::optional<unsigned> NumExpanded) Create() argument 665 CreateDeserialized(const ASTContext & C,GlobalDeclID ID,bool HasTypeConstraint) CreateDeserialized() argument 772 CreateDeserialized(ASTContext & C,GlobalDeclID ID,bool HasTypeConstraint) CreateDeserialized() argument 784 CreateDeserialized(ASTContext & C,GlobalDeclID ID,unsigned NumExpandedTypes,bool HasTypeConstraint) CreateDeserialized() argument [all...] |
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3956 bool HasTypeConstraint = Record.readInt(); ReadDeclRecord() local 3962 bool HasTypeConstraint = Record.readInt(); ReadDeclRecord() local 3968 bool HasTypeConstraint = Record.readInt(); ReadDeclRecord() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 999 ActOnTypeParameter(Scope * S,bool Typename,SourceLocation EllipsisLoc,SourceLocation KeyLoc,IdentifierInfo * ParamName,SourceLocation ParamNameLoc,unsigned Depth,unsigned Position,SourceLocation EqualLoc,ParsedType DefaultArg,bool HasTypeConstraint) ActOnTypeParameter() argument
|