Searched refs:CanTTPTInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h3486 CanonicalTTPTInfo CanTTPTInfo; member in union:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType::__anon17549
3505 CanTTPTInfo.Depth = D;
3506 CanTTPTInfo.Index = I;
3507 CanTTPTInfo.ParameterPack = PP;
3514 return Can->castAs<TemplateTypeParmType>()->CanTTPTInfo;

Completed in 51 milliseconds