Home
last modified time | relevance | path

Searched refs:StdAllocatorConstCheck (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/portability/
H A DStdAllocatorConstCheck.h24 class StdAllocatorConstCheck : public ClangTidyCheck {
26 StdAllocatorConstCheck(StringRef Name, ClangTidyContext *Context) in StdAllocatorConstCheck() function
H A DStdAllocatorConstCheck.cpp18 void StdAllocatorConstCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
54 void StdAllocatorConstCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DPortabilityTidyModule.cpp27 CheckFactories.registerCheck<StdAllocatorConstCheck>( in addCheckFactories()
H A DCMakeLists.txt10 StdAllocatorConstCheck.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/portability/
H A DBUILD.gn18 "StdAllocatorConstCheck.cpp",