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

References

gen/tools/clang/include/clang/AST/DeclNodes.inc
  524 DECL_RANGE(Value, Binding, UnresolvedUsingValue)
tools/clang/include/clang/AST/DeclCXX.h
 3728       : ValueDecl(Decl::Binding, DC, IdLoc, Id, QualType()) {}
 3764   static bool classofKind(Kind K) { return K == Decl::Binding; }
tools/clang/lib/AST/DeclBase.cpp
  711     case Binding:
tools/clang/lib/CodeGen/CGDecl.cpp
   96   case Decl::Binding:
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5287   case Decl::Binding:
tools/clang/lib/Index/IndexSymbol.cpp
  331     case Decl::Binding:
tools/clang/lib/Sema/SemaExpr.cpp
 3092     case Decl::Binding: {
tools/clang/lib/Serialization/ASTCommon.cpp
  402   case Decl::Binding:
tools/clang/tools/libclang/CIndex.cpp
 6267   case Decl::Binding: