Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp561 llvm::SmallVector<const FunctionDecl *, 8> DeclsToScan; member in __anone207d6480311::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()