Searched defs:TemplateParmPosition (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclTemplate.h905 class TemplateParmPosition { class in class:clang::TemplateParameterList
906 TemplateParmPosition() LLVM_DELETED_FUNCTION;
909 TemplateParmPosition(unsigned D, unsigned P) function in class:clang::TemplateParameterList::TemplateParmPosition
1033 : public DeclaratorDecl, protected TemplateParmPosition {
1057 TemplateParmPosition(D, P), DefaultArgumentAndInherited(nullptr, false),
1091 using TemplateParmPosition::getDepth;
1092 using TemplateParmPosition::setDepth;
1093 using TemplateParmPosition::getPosition;
1094 using TemplateParmPosition::setPosition;
1095 using TemplateParmPosition
[all...]

Completed in 77 milliseconds