Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclPrinter.cpp1048 if (Param->hasExplicitBound()) { in PrintObjCTypeParams()
DDeclObjC.cpp1340 if (hasExplicitBound()) { in getSourceRange()
DASTDumper.cpp1611 if (D->hasExplicitBound()) in VisitObjCTypeParamDecl()
/external/clang/include/clang/AST/
DDeclObjC.h589 bool hasExplicitBound() const { return ColonLoc.isValid(); } in hasExplicitBound() function
DRecursiveASTVisitor.h1471 if (D->hasExplicitBound()) {
/external/clang/lib/Sema/
DSemaDeclObjC.cpp844 if (newTypeParam->hasExplicitBound()) { in checkTypeParamListConsistency()
850 << prevTypeParam->hasExplicitBound() in checkTypeParamListConsistency()
/external/clang/tools/libclang/
DCIndex.cpp933 if (D->hasExplicitBound()) { in VisitObjCTypeParamDecl()