Home
last modified time | relevance | path

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

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