Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DDeclTemplate.cpp165 getAssociatedConstraints(llvm::SmallVectorImpl<const Expr *> &AC) const { in getAssociatedConstraints() function in TemplateParameterList
204 getAssociatedConstraints(llvm::SmallVectorImpl<const Expr *> &AC) const { in getAssociatedConstraints() function in TemplateDecl
/external/llvm-project/clang/include/clang/AST/
DDecl.h2417 void getAssociatedConstraints(SmallVectorImpl<const Expr *> &AC) const { in getAssociatedConstraints() function