Searched refs:DeclsToScan (Results 1 – 1 of 1) sorted by relevance
561 llvm::SmallVector<const FunctionDecl *, 8> DeclsToScan; member in __anone207d6480311::DiagnoseHLSLAvailability683 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()