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

/external/clang/include/clang/AST/
H A DTemplateBase.h514 class TemplateArgumentListInfo { class in namespace:clang
524 TemplateArgumentListInfo() {} function in class:clang::TemplateArgumentListInfo
526 TemplateArgumentListInfo(SourceLocation LAngleLoc, function in class:clang::TemplateArgumentListInfo
558 /// TemplateArgumentListInfo.
593 const TemplateArgumentListInfo &List);
595 void initializeFrom(const TemplateArgumentListInfo &List);
596 void initializeFrom(const TemplateArgumentListInfo &List,
599 void copyInto(TemplateArgumentListInfo &List) const;
626 const TemplateArgumentListInfo &List);
629 const TemplateArgumentListInfo
[all...]

Completed in 136 milliseconds