Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp3302 if (const auto *CXXFD = dyn_cast<CXXMethodDecl>(FD)) { in emitCPUDispatchDefinition() local
3303 const CGFunctionInfo &FInfo = getTypes().arrangeCXXMethodDeclaration(CXXFD); in emitCPUDispatchDefinition()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp7039 if (const auto *CXXFD = dyn_cast<CXXMethodDecl>(FD)) { in checkOpenMPDeclareVariantFunction() local
7040 if (CXXFD->isVirtual()) { in checkOpenMPDeclareVariantFunction()