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

References

tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  486     if (auto *N = Node.get<Decl>()) {
  488     } else if (auto *N = Node.get<Stmt>()) {
  490     } else if (auto *N = Node.get<Type>()) {
  492     } else if (auto *N = Node.get<QualType>()) {
  494     } else if (auto *N = Node.get<NestedNameSpecifier>()) {
  496     } else if (auto *N = Node.get<NestedNameSpecifierLoc>()) {
  498     } else if (auto *N = Node.get<TypeLoc>()) {
  500     } else if (auto *N = Node.get<CXXCtorInitializer>()) {