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

References

tools/clang/include/clang/AST/Decl.h
 2946   static bool classofKind(Kind K) { return K == IndirectField; }
tools/clang/lib/AST/Decl.cpp
 4692     : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH.data()),
tools/clang/lib/AST/DeclBase.cpp
  708     case IndirectField:
tools/clang/lib/CodeGen/CGDecl.cpp
   63   case Decl::IndirectField:
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5252   case Decl::IndirectField:
tools/clang/lib/Index/IndexSymbol.cpp
  178     case Decl::IndirectField:
tools/clang/lib/Sema/SemaDeclCXX.cpp
 1820     case Decl::IndirectField:
tools/clang/lib/Sema/SemaExpr.cpp
 3033     case Decl::IndirectField:
tools/clang/lib/Serialization/ASTCommon.cpp
  365   case Decl::IndirectField:
tools/clang/tools/libclang/CIndex.cpp
 6269   case Decl::IndirectField: