Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h155 NamedConcept(NamedConcept), ArgsAsWritten(ArgsAsWritten) {} in ConceptReference() argument
150 const ASTTemplateArgumentListInfo *ArgsAsWritten; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTConcept.cpp97 Create(const ASTContext & C,NestedNameSpecifierLoc NNS,SourceLocation TemplateKWLoc,DeclarationNameInfo ConceptNameInfo,NamedDecl * FoundDecl,ConceptDecl * NamedConcept,const ASTTemplateArgumentListInfo * ArgsAsWritten) Create() argument
H A DDeclTemplate.cpp892 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 DSemaConcept.cpp1208 substituteParameterMappings(Sema & S,NormalizedConstraint & N,ConceptDecl * Concept,const MultiLevelTemplateArgumentList & MLTAL,const ASTTemplateArgumentListInfo * ArgsAsWritten) substituteParameterMappings() argument
[all...]
H A DSemaTemplate.cpp1240 const ASTTemplateArgumentListInfo *ArgsAsWritten = AttachTypeConstraint() local