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

References

tools/clang/lib/AST/CXXInheritance.cpp
  495   for (Path.Decls = BaseRecord->lookup(Name); !Path.Decls.empty();
  495   for (Path.Decls = BaseRecord->lookup(Name); !Path.Decls.empty();
  496        Path.Decls = Path.Decls.slice(1)) {
  496        Path.Decls = Path.Decls.slice(1)) {
  497     if (Path.Decls.front()->isInIdentifierNamespace(IDNS_OMPMapper))