Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp14294 const auto *SLJ = dyn_cast<StringLiteral>(Init->IgnoreImpCasts()); in CheckCompleteVariableDeclaration() local
14295 if (!SLJ || SLJ->getNumConcatenated() > 1) { in CheckCompleteVariableDeclaration()