Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp178 getAssociatedConstraints(llvm::SmallVectorImpl<const Expr *> &AC) const { in getAssociatedConstraints() function in TemplateParameterList
229 getAssociatedConstraints(llvm::SmallVectorImpl<const Expr *> &AC) const { in getAssociatedConstraints() function in TemplateDecl
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2437 void getAssociatedConstraints(SmallVectorImpl<const Expr *> &AC) const { in getAssociatedConstraints() function