Home
last modified time | relevance | path

Searched defs:ArgsAsWritten (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DASTConcept.h150 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 DASTConcept.cpp98 Create(const ASTContext & C,NestedNameSpecifierLoc NNS,SourceLocation TemplateKWLoc,DeclarationNameInfo ConceptNameInfo,NamedDecl * FoundDecl,ConceptDecl * NamedConcept,const ASTTemplateArgumentListInfo * ArgsAsWritten) Create() argument
H A DDeclTemplate.cpp905 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 DSemaConcept.cpp1245 substituteParameterMappings(Sema & S,NormalizedConstraint & N,ConceptDecl * Concept,const MultiLevelTemplateArgumentList & MLTAL,const ASTTemplateArgumentListInfo * ArgsAsWritten) substituteParameterMappings() argument
[all...]
H A DSemaTemplate.cpp1194 const ASTTemplateArgumentListInfo *ArgsAsWritten = AttachTypeConstraint() local