Home
last modified time | relevance | path

Searched defs:InterfaceVisitor (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Pipeline/
DSpirvShader.hpp882 using InterfaceVisitor = std::function<void(Decorations const, AttribType)>; typedef in sw::SpirvShader
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp640 class InterfaceVisitor : public virtual ScopeHandler { class