Home
last modified time | relevance | path

Searched refs:hasExplicitBound (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclPrinter.cpp992 if (Param->hasExplicitBound()) { in PrintObjCTypeParams()
HDDeclObjC.cpp1248 if (hasExplicitBound()) { in getSourceRange()
HDASTDumper.cpp1491 if (D->hasExplicitBound()) in VisitObjCTypeParamDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h594 bool hasExplicitBound() const { return ColonLoc.isValid(); } in hasExplicitBound() function
HDDataRecursiveASTVisitor.h1359 if (D->hasExplicitBound()) {
HDRecursiveASTVisitor.h1433 if (D->hasExplicitBound()) {
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp823 if (newTypeParam->hasExplicitBound()) { in checkTypeParamListConsistency()
829 << prevTypeParam->hasExplicitBound() in checkTypeParamListConsistency()