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