Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp129 if (auto *NextFD = dyn_cast<FieldDecl>(Next)) in deepTypeCheckForDevice() local
130 History.push_back(NextFD); in deepTypeCheckForDevice()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4229 for (auto *NextFD : FD->redecls()) { in getFunctionDeclaration() local
4230 auto MI = SPCache.find(NextFD->getCanonicalDecl()); in getFunctionDeclaration()