Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaHLSL.cpp561 llvm::SmallVector<const FunctionDecl *, 8> DeclsToScan; member in __anon1e6d0e620311::DiagnoseHLSLAvailability
683 DeclsToScan.push_back(FDWithBody); in HandleFunctionOrMethodRef()
752 assert(DeclsToScan.empty() && "DeclsToScan should be empty"); in RunOnFunction()
753 DeclsToScan.push_back(FD); in RunOnFunction()
755 while (!DeclsToScan.empty()) { in RunOnFunction()
760 const FunctionDecl *FD = DeclsToScan.pop_back_val(); in RunOnFunction()