Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclTemplate.cpp186 getAssociatedConstraints(llvm::SmallVectorImpl<const Expr *> &AC) const { in getAssociatedConstraints() function in TemplateParameterList
238 getAssociatedConstraints(llvm::SmallVectorImpl<const Expr *> &AC) const { in getAssociatedConstraints() function in TemplateDecl
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2569 void getAssociatedConstraints(SmallVectorImpl<const Expr *> &AC) const { in getAssociatedConstraints() function