Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DStringConstructorCheck.cpp69 const auto ConstStrLiteralDecl = varDecl( in registerMatchers() local
78 ConstPtrStrLiteralDecl, ConstStrLiteralDecl)))))); in registerMatchers()
DSizeofExpressionCheck.cpp128 const auto ConstStrLiteralDecl = in registerMatchers() local
134 hasDeclaration(ConstStrLiteralDecl)))))))) in registerMatchers()