Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp506 if (const auto *NTTParm = dyn_cast<NonTypeTemplateParmDecl>(D)) in ClassifyDecl() local
507 islvalue = NTTParm->getType()->isReferenceType() || in ClassifyDecl()
508 NTTParm->getType()->isRecordType(); in ClassifyDecl()