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

/external/clang/include/clang/AST/
H A DTemplateBase.h471 class TemplateArgumentListInfo { class in namespace:clang
481 TemplateArgumentListInfo() {} function in class:clang::TemplateArgumentListInfo
483 TemplateArgumentListInfo(SourceLocation LAngleLoc, function in class:clang::TemplateArgumentListInfo
511 /// TemplateArgumentListInfo.
545 const TemplateArgumentListInfo &List);
547 void initializeFrom(const TemplateArgumentListInfo &List);
548 void initializeFrom(const TemplateArgumentListInfo &List,
551 void copyInto(TemplateArgumentListInfo &List) const;
578 const TemplateArgumentListInfo &List);
581 const TemplateArgumentListInfo
[all...]

Completed in 74 milliseconds