Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DCoroutineHostileRAIICheck.cpp64 auto typeWithNameIn(const std::vector<StringRef> &Names) { in typeWithNameIn() function
83 auto OtherRAII = varDecl(typeWithNameIn(RAIITypesList)).bind("raii"); in registerMatchers()
84 auto AllowedSuspend = awaitable(typeWithNameIn(AllowedAwaitablesList)); in registerMatchers()