Home
last modified time | relevance | path

Searched refs:hasExplicitBound (Results 1 – 15 of 15) 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/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1232 if (Param->hasExplicitBound()) { in PrintObjCTypeParams()
DJSONNodeDumper.cpp939 attributeOnlyIfTrue("bounded", D->hasExplicitBound()); in VisitObjCTypeParamDecl()
DDeclObjC.cpp1450 if (hasExplicitBound()) { in getSourceRange()
DTextNodeDumper.cpp2174 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/llvm-project/clang/include/clang/AST/
DDeclObjC.h639 bool hasExplicitBound() const { return ColonLoc.isValid(); } in hasExplicitBound() function
DRecursiveASTVisitor.h1562 if (D->hasExplicitBound()) {
/external/clang/lib/Sema/
DSemaDeclObjC.cpp844 if (newTypeParam->hasExplicitBound()) { in checkTypeParamListConsistency()
850 << prevTypeParam->hasExplicitBound() in checkTypeParamListConsistency()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp921 if (newTypeParam->hasExplicitBound()) { in checkTypeParamListConsistency()
927 << prevTypeParam->hasExplicitBound() in checkTypeParamListConsistency()
/external/clang/tools/libclang/
DCIndex.cpp933 if (D->hasExplicitBound()) { in VisitObjCTypeParamDecl()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp973 if (D->hasExplicitBound()) { in VisitObjCTypeParamDecl()