Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp1265 if (Param->hasExplicitBound()) { in PrintObjCTypeParams()
H A DJSONNodeDumper.cpp940 attributeOnlyIfTrue("bounded", D->hasExplicitBound()); in VisitObjCTypeParamDecl()
H A DTextNodeDumper.cpp2176 if (D->hasExplicitBound()) in VisitObjCTypeParamDecl()
H A DDeclObjC.cpp1451 if (hasExplicitBound()) { in getSourceRange()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h639 bool hasExplicitBound() const { return ColonLoc.isValid(); } in hasExplicitBound() function
H A DRecursiveASTVisitor.h1575 if (D->hasExplicitBound()) {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp921 if (newTypeParam->hasExplicitBound()) { in checkTypeParamListConsistency()
927 << prevTypeParam->hasExplicitBound() in checkTypeParamListConsistency()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp973 if (D->hasExplicitBound()) { in VisitObjCTypeParamDecl()