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 DInterpreterValuePrinter.cpp57 class InterfaceKindVisitor class
58 : public TypeVisitor<InterfaceKindVisitor, InterfaceKind> {
65 InterfaceKindVisitor(Sema &S, Expr *E, llvm::SmallVectorImpl<Expr *> &Args) in InterfaceKindVisitor() function in clang::InterfaceKindVisitor
230 InterfaceKindVisitor V(S, E, AdjustedArgs); in ExtractValueFromExpr()