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.cpp2084 llvm::SmallVector<const FunctionDecl *, 8> DeclsToScan; member in __anone207d6480b11::DiagnoseHLSLAvailability
2207 DeclsToScan.push_back(FDWithBody); in HandleFunctionOrMethodRef()
2276 assert(DeclsToScan.empty() && "DeclsToScan should be empty"); in RunOnFunction()
2277 DeclsToScan.push_back(FD); in RunOnFunction()
2279 while (!DeclsToScan.empty()) { in RunOnFunction()
2284 const FunctionDecl *FD = DeclsToScan.pop_back_val(); in RunOnFunction()