Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp515 auto LookupInterface = [&](Expr *&Interface, llvm::StringRef Name) { in FindRuntimeInterface() local
527 if (!LookupInterface(ValuePrintingInfo[NoAlloc], in FindRuntimeInterface()
530 if (!LookupInterface(ValuePrintingInfo[WithAlloc], in FindRuntimeInterface()
533 if (!LookupInterface(ValuePrintingInfo[CopyArray], in FindRuntimeInterface()
536 if (!LookupInterface(ValuePrintingInfo[NewTag], in FindRuntimeInterface()