|
clang-tools 22.0.0git
|
#include "UpgradeGoogletestCaseCheck.h"#include "clang/AST/ASTContext.h"#include "clang/ASTMatchers/ASTMatchFinder.h"#include "clang/Lex/PPCallbacks.h"#include "clang/Lex/Preprocessor.h"#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::google |
Functions | |
| static std::optional< llvm::StringRef > | clang::tidy::google::getNewMacroName (llvm::StringRef MacroName) |
| static llvm::StringRef | clang::tidy::google::getNewMethodName (llvm::StringRef CurrentName) |
| template<typename NodeType> | |
| static bool | clang::tidy::google::isInInstantiation (const NodeType &Node, const MatchFinder::MatchResult &Result) |
| template<typename NodeType> | |
| static bool | clang::tidy::google::isInTemplate (const NodeType &Node, const MatchFinder::MatchResult &Result) |
| static bool | clang::tidy::google::derivedTypeHasReplacementMethod (const MatchFinder::MatchResult &Result, llvm::StringRef ReplacementMethod) |
| static CharSourceRange | clang::tidy::google::getAliasNameRange (const MatchFinder::MatchResult &Result) |
Variables | |
| static const llvm::StringRef | clang::tidy::google::RenameCaseToSuiteMessage |