OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:template_arg_type
(Results
1 - 1
of
1
) sorted by null
/external/lldb/source/API/
SBType.cpp
433
ClangASTType
template_arg_type
= m_opaque_sp->GetClangASTType().GetTemplateArgument (idx, kind);
local
434
if (
template_arg_type
.IsValid())
435
return SBType(
template_arg_type
);
Completed in 207 milliseconds