Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp1806 callBack(symbol); in visitSymbol()
1852 const std::function<void(const Fortran::semantics::Symbol &)> &callBack; member
1858 const std::function<void(const Fortran::semantics::Symbol &)> callBack) { in visitAllSymbols() argument
1859 SymbolVisitor visitor{callBack}; in visitAllSymbols()
1867 const std::function<void(const Fortran::semantics::Symbol &)> callBack) { in visitAllSymbols() argument
1868 SymbolVisitor visitor{callBack}; in visitAllSymbols()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h783 std::function<void(const semantics::Symbol &)> callBack);
788 std::function<void(const semantics::Symbol &)> callBack);