Home
last modified time | relevance | path

Searched defs:getAssociatedConstraints (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp219 getAssociatedConstraints(llvm::SmallVectorImpl<const Expr *> &AC) const { in getAssociatedConstraints() function in TemplateParameterList
271 getAssociatedConstraints(llvm::SmallVectorImpl<const Expr *> &AC) const { in getAssociatedConstraints() function in TemplateDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2628 void getAssociatedConstraints(SmallVectorImpl<const Expr *> &AC) const { in getAssociatedConstraints() function