Searched refs:StdAllocatorConstCheck (Results 1 – 5 of 5) sorted by relevance
24 class StdAllocatorConstCheck : public ClangTidyCheck {26 StdAllocatorConstCheck(StringRef Name, ClangTidyContext *Context) in StdAllocatorConstCheck() function
18 void StdAllocatorConstCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()54 void StdAllocatorConstCheck::check(const MatchFinder::MatchResult &Result) { in check()
27 CheckFactories.registerCheck<StdAllocatorConstCheck>( in addCheckFactories()
10 StdAllocatorConstCheck.cpp
18 "StdAllocatorConstCheck.cpp",