Home
last modified time | relevance | path

Searched defs:client_A (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/test/API/lang/cpp/dynamic-value/
H A Dpass-to-base.cpp18 A(int value,A * client_A) A() argument
45 B(int b_value,int a_value,A * client_A) B() argument
/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-artificial-arg.cpp12 A(int value, A* client_A) : m_a_value (value), m_client_A (client_A) {} in A() function in A