reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 1564   if (D->hasExplicitBound()) {
tools/clang/lib/AST/DeclObjC.cpp
 1413   if (hasExplicitBound()) {
tools/clang/lib/AST/DeclPrinter.cpp
 1256     if (Param->hasExplicitBound()) {
tools/clang/lib/AST/JSONNodeDumper.cpp
  920   attributeOnlyIfTrue("bounded", D->hasExplicitBound());
tools/clang/lib/AST/TextNodeDumper.cpp
 1843   if (D->hasExplicitBound())
tools/clang/lib/Sema/SemaDeclObjC.cpp
  920     if (newTypeParam->hasExplicitBound()) {
  926         << prevTypeParam->hasExplicitBound()
tools/clang/tools/libclang/CIndex.cpp
  960   if (D->hasExplicitBound()) {