Searched defs:ImmediatelyDeclaredConstraint (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h172 Expr *ImmediatelyDeclaredConstraint = nullptr; member in class:clang::TypeConstraint
175 TypeConstraint(NestedNameSpecifierLoc NNS, DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, ConceptDecl *NamedConcept, const ASTTemplateArgumentListInfo *ArgsAsWritten, Expr *ImmediatelyDeclaredConstraint) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp654 setTypeConstraint(NestedNameSpecifierLoc NNS, DeclarationNameInfo NameInfo, NamedDecl *FoundDecl, ConceptDecl *CD, const ASTTemplateArgumentListInfo *ArgsAsWritten, Expr *ImmediatelyDeclaredConstraint) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2340 Expr *ImmediatelyDeclaredConstraint = Record.readExpr(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1164 ExprResult ImmediatelyDeclaredConstraint = S.CheckConceptTemplateId( local
1205 ExprResult ImmediatelyDeclaredConstraint = local
[all...]

Completed in 158 milliseconds