Home
last modified time | relevance | path

Searched defs:TPOD (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp1546 auto *TPOD = new (C, DC) TemplateParamObjectDecl(DC, T, V); Create() local
1553 auto *TPOD = new (C, ID) TemplateParamObjectDecl(nullptr, QualType(), APValue()); CreateDeserialized() local
H A DStmtPrinter.cpp1157 if (const auto *TPOD = dyn_cast<TemplateParamObjectDecl>(Node->getDecl())) { VisitDeclRefExpr() local