Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclTemplate.cpp1559 auto *TPOD = new (C, DC) TemplateParamObjectDecl(DC, T, V); in Create() local
1566 auto *TPOD = new (C, ID) TemplateParamObjectDecl(nullptr, QualType(), APValue()); in CreateDeserialized() local
H A DStmtPrinter.cpp1147 if (const auto *TPOD = dyn_cast<TemplateParamObjectDecl>(Node->getDecl())) { in VisitDeclRefExpr() local