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

References

gen/tools/clang/include/clang/AST/DeclNodes.inc
  604 DECL_CONTEXT(Captured)
tools/clang/include/clang/AST/Decl.h
 4233   static bool classofKind(Kind K) { return K == Captured; }
tools/clang/include/clang/AST/DeclBase.h
 1834     case Decl::Captured:
tools/clang/lib/AST/Decl.cpp
 4652     : Decl(Captured, DC, SourceLocation()), DeclContext(Captured),
 4652     : Decl(Captured, DC, SourceLocation()), DeclContext(Captured),
tools/clang/lib/AST/DeclBase.cpp
  785     case Captured:
 1176   case Decl::Captured:
tools/clang/lib/AST/Expr.cpp
  862       if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) {
tools/clang/lib/CodeGen/CGDecl.cpp
   91   case Decl::Captured:
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  186     case Decl::Captured:
tools/clang/lib/Serialization/ASTCommon.cpp
  295   case Decl::Captured:
  391   case Decl::Captured:
tools/clang/tools/libclang/CIndex.cpp
 6285   case Decl::Captured: