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.cpp2103 if (const auto *CXXC = dyn_cast<CXXConstructorDecl>(Method)) { in CreateCXXMemberFunction() local
2104 if (CXXC->isExplicit()) in CreateCXXMemberFunction()
2106 } else if (const auto *CXXC = dyn_cast<CXXConversionDecl>(Method)) { in CreateCXXMemberFunction() local
2107 if (CXXC->isExplicit()) in CreateCXXMemberFunction()