Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp624 class InterfaceKindVisitor class
625 : public TypeVisitor<InterfaceKindVisitor, Interpreter::InterfaceKind> {
634 InterfaceKindVisitor(ASTContext &Ctx, Sema &S, Expr *E) in InterfaceKindVisitor() function in __anon46b323310411::InterfaceKindVisitor
733 InterfaceKindVisitor Visitor(B->Ctx, B->S, E); in transformForValuePrinting()