Searched defs:ArgsAsWritten (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | ASTConcept.h | 150 const ASTTemplateArgumentListInfo *ArgsAsWritten; global() variable 155 ConceptReference(NestedNameSpecifierLoc NNS,SourceLocation TemplateKWLoc,DeclarationNameInfo ConceptNameInfo,NamedDecl * FoundDecl,ConceptDecl * NamedConcept,const ASTTemplateArgumentListInfo * ArgsAsWritten) ConceptReference() argument
|
/llvm-project/clang/lib/AST/ |
H A D | ASTConcept.cpp | 98 Create(const ASTContext & C,NestedNameSpecifierLoc NNS,SourceLocation TemplateKWLoc,DeclarationNameInfo ConceptNameInfo,NamedDecl * FoundDecl,ConceptDecl * NamedConcept,const ASTTemplateArgumentListInfo * ArgsAsWritten) Create() argument
|
H A D | DeclTemplate.cpp | 905 const ASTTemplateArgumentListInfo *ArgsAsWritten = nullptr; Create() local 980 if (const ASTTemplateArgumentListInfo *ArgsAsWritten = getNameForDiagnostic() local 1393 if (const ASTTemplateArgumentListInfo *ArgsAsWritten = getNameForDiagnostic() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaConcept.cpp | 1245 substituteParameterMappings(Sema & S,NormalizedConstraint & N,ConceptDecl * Concept,const MultiLevelTemplateArgumentList & MLTAL,const ASTTemplateArgumentListInfo * ArgsAsWritten) substituteParameterMappings() argument [all...] |
H A D | SemaTemplate.cpp | 1194 const ASTTemplateArgumentListInfo *ArgsAsWritten = AttachTypeConstraint() local
|