Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp897 std::optional<mlir::SymbolTable::UseRange> optionalUseRange = in replacePointerTypeArgs() local
899 if (!optionalUseRange) in replacePointerTypeArgs()
902 for (const mlir::SymbolTable::SymbolUse &u : *optionalUseRange) { in replacePointerTypeArgs()