Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp1627 auto *TPOD = new (C, DC) TemplateParamObjectDecl(DC, T, V); in Create() local
1634 auto *TPOD = new (C, ID) TemplateParamObjectDecl(nullptr, QualType(), APValue()); in CreateDeserialized() local
H A DStmtPrinter.cpp1203 if (const auto *TPOD = dyn_cast<TemplateParamObjectDecl>(Node->getDecl())) { in VisitDeclRefExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp5155 } else if (const auto *TPOD = dyn_cast<TemplateParamObjectDecl>(D)) { in visitDeclRef() local