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

References

tools/clang/tools/extra/clang-tidy/utils/NamespaceAliaser.cpp
   34   if (!Function || !Function->hasBody())
   34   if (!Function || !Function->hasBody())
   37   if (AddedAliases[Function].count(Namespace.str()) != 0)
   50             *Function, Context));
   53     AddedAliases[Function][Namespace.str()] = ExistingAlias->getName().str();
   60         !match(findAll(ConflictMatcher), *Function, Context).empty();
   62         !match(functionDecl(hasAncestor(decl(has(ConflictMatcher)))), *Function,
   72         Lexer::getLocForEndOfToken(Function->getBody()->getBeginLoc(), 0,
   74     AddedAliases[Function][Namespace.str()] = Abbreviation;