Searched refs:LibCppStdFunctionCallableCase (Results 1 – 3 of 3) sorted by relevance
24 enum class LibCppStdFunctionCallableCase { enum36 LibCppStdFunctionCallableCase callable_case =37 LibCppStdFunctionCallableCase::Invalid;
159 LibCppStdFunctionCallableCase::Lambda; in FindLibCppStdFunctionCallableInfo() 163 LibCppStdFunctionCallableCase::CallableObject; in FindLibCppStdFunctionCallableInfo() 354 LibCppStdFunctionCallableCase::FreeOrMemberFunction; in GetStepThroughTrampolinePlan() 462 if (callable_info.callable_case != LibCppStdFunctionCallableCase::Invalid &&
129 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::Invalid: in LibcxxSmartPointerSummaryProvider() 133 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::Lambda: in LibcxxSmartPointerSummaryProvider() 139 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::CallableObject: in LibcxxSmartPointerSummaryProvider() 145 case CPPLanguageRuntime::LibCppStdFunctionCallableCase::FreeOrMemberFunction: in LibcxxSmartPointerSummaryProvider()