Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DDeclPrinter.cpp1282 if (Param->hasExplicitBound()) { in PrintObjCTypeParams()
DJSONNodeDumper.cpp1018 attributeOnlyIfTrue("bounded", D->hasExplicitBound()); in VisitObjCTypeParamDecl()
DDeclObjC.cpp1502 if (hasExplicitBound()) { in getSourceRange()
DTextNodeDumper.cpp2290 if (D->hasExplicitBound()) in VisitObjCTypeParamDecl()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDeclObjC.h639 bool hasExplicitBound() const { return ColonLoc.isValid(); } in hasExplicitBound() function
DRecursiveASTVisitor.h1704 if (D->hasExplicitBound()) {
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDeclObjC.cpp921 if (newTypeParam->hasExplicitBound()) { in checkTypeParamListConsistency()
927 << prevTypeParam->hasExplicitBound() in checkTypeParamListConsistency()
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCIndex.cpp979 if (D->hasExplicitBound()) { in VisitObjCTypeParamDecl()