Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DDeclTemplate.cpp1447 auto *TPOD = new (C, DC) TemplateParamObjectDecl(DC, T, V); in Create() local
1454 auto *TPOD = new (C, ID) TemplateParamObjectDecl(nullptr, QualType(), APValue()); in CreateDeserialized() local
DStmtPrinter.cpp973 if (const auto *TPOD = dyn_cast<TemplateParamObjectDecl>(Node->getDecl())) { in VisitDeclRefExpr() local