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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3487 const CanonicalTTPTInfo& getCanTTPTInfo() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3493 unsigned getDepth() const { return getCanTTPTInfo().Depth; }
3494 unsigned getIndex() const { return getCanTTPTInfo().Index; }
3495 bool isParameterPack() const { return getCanTTPTInfo().ParameterPack; }

Completed in 103 milliseconds