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

/external/clang/include/clang/AST/
H A DTemplateBase.h519 class TemplateArgumentListInfo { class in namespace:clang
529 TemplateArgumentListInfo() {} function in class:clang::TemplateArgumentListInfo
531 TemplateArgumentListInfo(SourceLocation LAngleLoc, function in class:clang::TemplateArgumentListInfo
563 /// TemplateArgumentListInfo.
598 const TemplateArgumentListInfo &List);
600 void initializeFrom(const TemplateArgumentListInfo &List);
601 void initializeFrom(const TemplateArgumentListInfo &List,
604 void copyInto(TemplateArgumentListInfo &List) const;
631 const TemplateArgumentListInfo &List);
634 const TemplateArgumentListInfo
[all...]

Completed in 58 milliseconds