Home
last modified time | relevance | path

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

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