Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DReferenceToConstructedTemporaryCheck.cpp48 bool ReferenceToConstructedTemporaryCheck::isLanguageVersionSupported( in isLanguageVersionSupported()
54 ReferenceToConstructedTemporaryCheck::getCheckTraversalKind() const { in getCheckTraversalKind()
58 void ReferenceToConstructedTemporaryCheck::registerMatchers( in registerMatchers()
74 void ReferenceToConstructedTemporaryCheck::check( in check()
H A DReferenceToConstructedTemporaryCheck.h21 class ReferenceToConstructedTemporaryCheck : public ClangTidyCheck {
23 ReferenceToConstructedTemporaryCheck(StringRef Name, in ReferenceToConstructedTemporaryCheck() function
H A DCMakeLists.txt50 ReferenceToConstructedTemporaryCheck.cpp
H A DReadabilityTidyModule.cpp139 CheckFactories.registerCheck<ReferenceToConstructedTemporaryCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn58 "ReferenceToConstructedTemporaryCheck.cpp",