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

/external/clang/include/clang/AST/
H A DType.h3512 const CanonicalTTPTInfo& getCanTTPTInfo() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3518 unsigned getDepth() const { return getCanTTPTInfo().Depth; }
3519 unsigned getIndex() const { return getCanTTPTInfo().Index; }
3520 bool isParameterPack() const { return getCanTTPTInfo().ParameterPack; }

Completed in 380 milliseconds