reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTContext.cpp
 4447         *this, NTTP, /*enclosing*/ false,
 4448         NTTP->getType().getNonLValueExprType(*this),
 4449         Expr::getValueKindForType(NTTP->getType()), NTTP->getLocation());
 4449         Expr::getValueKindForType(NTTP->getType()), NTTP->getLocation());
 4451     if (NTTP->isParameterPack())
 4452       E = new (*this) PackExpansionExpr(DependentTy, E, NTTP->getLocation(),