Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1378 if (Param->hasExplicitBound()) { in PrintObjCTypeParams()
H A DDeclObjC.cpp1502 if (hasExplicitBound()) { in getSourceRange()
H A DJSONNodeDumper.cpp1115 attributeOnlyIfTrue("bounded", D->hasExplicitBound()); in VisitObjCTypeParamDecl()
H A DTextNodeDumper.cpp2751 if (D->hasExplicitBound()) in VisitObjCTypeParamDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h640 bool hasExplicitBound() const { return ColonLoc.isValid(); } in hasExplicitBound() function
H A DRecursiveASTVisitor.h1740 if (D->hasExplicitBound()) {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp921 if (newTypeParam->hasExplicitBound()) { in checkTypeParamListConsistency()
927 << prevTypeParam->hasExplicitBound() in checkTypeParamListConsistency()