Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp591 auto LookupInterface = [&](Expr *&Interface, llvm::StringRef Name) { in FindRuntimeInterface() local
604 if (!LookupInterface(ValuePrintingInfo[NoAlloc], in FindRuntimeInterface()
608 if (!LookupInterface(ValuePrintingInfo[WithAlloc], in FindRuntimeInterface()
611 if (!LookupInterface(ValuePrintingInfo[CopyArray], in FindRuntimeInterface()
614 if (!LookupInterface(ValuePrintingInfo[NewTag], in FindRuntimeInterface()