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

References

tools/clang/tools/extra/clangd/refactor/tweaks/DumpAST.cpp
  113         Record = dyn_cast<RecordDecl>(D);
  114     return Record && Record->isThisDeclarationADefinition() &&
  114     return Record && Record->isThisDeclarationADefinition() &&
  115            !Record->isDependentType();
  120     Inputs.AST.getASTContext().DumpRecordLayout(Record, OS);
  126         TypeWithKeyword::getTagTypeKindName(Record->getTagKind()));