Home
last modified time | relevance | path

Searched refs:getDeclFailureInfo (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DReservedIdentifierCheck.h44 getDeclFailureInfo(const NamedDecl *Decl,
H A DReservedIdentifierCheck.cpp155 ReservedIdentifierCheck::getDeclFailureInfo(const NamedDecl *Decl, in getDeclFailureInfo() function in clang::tidy::bugprone::ReservedIdentifierCheck
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DRenamerClangTidyCheck.h128 getDeclFailureInfo(const NamedDecl *Decl, const SourceManager &SM) const = 0;
H A DRenamerClangTidyCheck.cpp449 getDeclFailureInfo(Decl, *Result.SourceManager); in check()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.h186 getDeclFailureInfo(const NamedDecl *Decl,
H A DIdentifierNamingCheck.cpp1393 IdentifierNamingCheck::getDeclFailureInfo(const NamedDecl *Decl, in getDeclFailureInfo() function in clang::tidy::readability::IdentifierNamingCheck