Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp82 if (const Expr *StrInit = StrVD->getInit()) in getLength() local
84 dyn_cast<StringLiteral>(StrInit->IgnoreImpCasts())) in getLength()
/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2785 if (const auto *StrInit = dyn_cast<StringInit>(Value)) { in getDefInit()
2786 if (StrInit->hasCodeFormat()) in getDefInit()
2686 if (auto *StrInit = dyn_cast<StringInit>(Value)) { getPrintType() local