OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPOD
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclTemplate.cpp
1473
auto *
TPOD
= new (C, DC) TemplateParamObjectDecl(DC, T, V);
1474
C.addDestruction(&
TPOD
->Value);
1475
return
TPOD
;
1480
auto *
TPOD
= new (C, ID) TemplateParamObjectDecl(nullptr, QualType(), APValue());
1481
C.addDestruction(&
TPOD
->Value);
1482
return
TPOD
;
StmtPrinter.cpp
996
if (const auto *
TPOD
= dyn_cast<TemplateParamObjectDecl>(Node->getDecl())) {
997
TPOD
->printAsExpr(OS);
Completed in 55 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026