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

References

tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  270   if (!shouldIndex(D))
  272   if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D))
  275   if (handleDecl(D, /*Roles=*/SymbolRoleSet(), Relations)) {
  276     if (D->isThisDeclarationADefinition()) {
  277       indexNestedNameSpecifierLoc(D->getQualifierLoc(), D);
  277       indexNestedNameSpecifierLoc(D->getQualifierLoc(), D);
  278       if (auto CXXRD = dyn_cast<CXXRecordDecl>(D)) {
  283       indexDeclContext(D);