HomeSort by relevance Sort by last modified time
    Searched defs:function_clang_type (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Expression/
ClangFunction.cpp 140 ClangASTType function_clang_type; local
143 function_clang_type = m_function_ptr->GetClangType();
144 if (function_clang_type)
146 int num_func_args = function_clang_type.GetFunctionArgumentCount();
166 type_name = function_clang_type.GetFunctionArgumentTypeAtIndex(i).GetTypeName();
ClangExpressionDeclMap.cpp 1768 ClangASTType function_clang_type; local
    [all...]

Completed in 51 milliseconds