Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2276 if (const auto *CXXC = dyn_cast<CXXConstructorDecl>(Method)) { in CreateCXXMemberFunction() local
2277 if (CXXC->isExplicit()) in CreateCXXMemberFunction()
2279 } else if (const auto *CXXC = dyn_cast<CXXConversionDecl>(Method)) { in CreateCXXMemberFunction() local
2280 if (CXXC->isExplicit()) in CreateCXXMemberFunction()