Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp1200 if (Param->hasExplicitBound()) { in PrintObjCTypeParams()
H A DASTDumper.cpp1268 if (D->hasExplicitBound()) in VisitObjCTypeParamDecl()
H A DDeclObjC.cpp1414 if (hasExplicitBound()) { in getSourceRange()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h619 bool hasExplicitBound() const { return ColonLoc.isValid(); } in hasExplicitBound() function
H A DRecursiveASTVisitor.h1557 if (D->hasExplicitBound()) {
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp917 if (newTypeParam->hasExplicitBound()) { in checkTypeParamListConsistency()
923 << prevTypeParam->hasExplicitBound() in checkTypeParamListConsistency()