Searched defs:ArgsAsWritten (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h123 const ASTTemplateArgumentListInfo *ArgsAsWritten; member in class:clang::ConceptReference
127 ConceptReference(NestedNameSpecifierLoc NNS, SourceLocation TemplateKWLoc, DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, ConceptDecl *NamedConcept, const ASTTemplateArgumentListInfo *ArgsAsWritten) argument
175 TypeConstraint(NestedNameSpecifierLoc NNS, DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, ConceptDecl *NamedConcept, const ASTTemplateArgumentListInfo *ArgsAsWritten, Expr *ImmediatelyDeclaredConstraint) argument
H A DDeclTemplate.h2081 const ASTTemplateArgumentListInfo *ArgsAsWritten = nullptr; member in class:clang::ClassTemplatePartialSpecializationDecl
2931 const ASTTemplateArgumentListInfo *ArgsAsWritten = nullptr; member in class:clang::VarTemplatePartialSpecializationDecl
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp33 ConceptSpecializationExpr( const ASTContext &C, NestedNameSpecifierLoc NNS, SourceLocation TemplateKWLoc, DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, ConceptDecl *NamedConcept, const ASTTemplateArgumentListInfo *ArgsAsWritten, ArrayRef<TemplateArgument> ConvertedArgs, const ConstraintSatisfaction *Satisfaction) argument
72 Create(const ASTContext &C, NestedNameSpecifierLoc NNS, SourceLocation TemplateKWLoc, DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, ConceptDecl *NamedConcept, const ASTTemplateArgumentListInfo *ArgsAsWritten, ArrayRef<TemplateArgument> ConvertedArgs, const ConstraintSatisfaction *Satisfaction) argument
H A DDeclTemplate.cpp848 const ASTTemplateArgumentListInfo *ArgsAsWritten = nullptr; local
654 setTypeConstraint(NestedNameSpecifierLoc NNS, DeclarationNameInfo NameInfo, NamedDecl *FoundDecl, ConceptDecl *CD, const ASTTemplateArgumentListInfo *ArgsAsWritten, Expr *ImmediatelyDeclaredConstraint) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2337 const ASTTemplateArgumentListInfo *ArgsAsWritten = nullptr; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1199 const ASTTemplateArgumentListInfo *ArgsAsWritten = local
2133 const auto *ArgsAsWritten = TC->getTemplateArgsAsWritten(); local

Completed in 199 milliseconds