Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp3332 if (const auto *CXXFD = dyn_cast<CXXMethodDecl>(FD)) { in emitCPUDispatchDefinition() local
3333 const CGFunctionInfo &FInfo = getTypes().arrangeCXXMethodDeclaration(CXXFD); in emitCPUDispatchDefinition()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp7055 if (const auto *CXXFD = dyn_cast<CXXMethodDecl>(FD)) { in checkOpenMPDeclareVariantFunction() local
7056 if (CXXFD->isVirtual()) { in checkOpenMPDeclareVariantFunction()