Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp3154 if (const auto *CXXFD = dyn_cast<CXXMethodDecl>(FD)) { in emitCPUDispatchDefinition() local
3155 const CGFunctionInfo &FInfo = getTypes().arrangeCXXMethodDeclaration(CXXFD); in emitCPUDispatchDefinition()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6305 if (const auto *CXXFD = dyn_cast<CXXMethodDecl>(FD)) { in checkOpenMPDeclareVariantFunction() local
6306 if (CXXFD->isVirtual()) { in checkOpenMPDeclareVariantFunction()