Home
last modified time | relevance | path

Searched refs:TOCC (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp5423 const auto *TOCC = cast<SimpleTemporaryObjectConstructionContext>(CC); in print_construction_context() local
5424 Stmts.push_back(TOCC->getCXXBindTemporaryExpr()); in print_construction_context()
5425 Stmts.push_back(TOCC->getMaterializedTemporaryExpr()); in print_construction_context()
5429 const auto *TOCC = cast<ElidedTemporaryObjectConstructionContext>(CC); in print_construction_context() local
5430 Stmts.push_back(TOCC->getCXXBindTemporaryExpr()); in print_construction_context()
5431 Stmts.push_back(TOCC->getMaterializedTemporaryExpr()); in print_construction_context()
5432 Stmts.push_back(TOCC->getConstructorAfterElision()); in print_construction_context()