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

/external/clang/include/clang/AST/
H A DTemplateBase.h519 // This can leak if used in an AST node, use ASTTemplateArgumentListInfo
559 struct ASTTemplateArgumentListInfo { struct in namespace:clang
572 /// Force ASTTemplateArgumentListInfo to the right alignment
592 static const ASTTemplateArgumentListInfo *Create(ASTContext &C,
603 /// \brief Extends ASTTemplateArgumentListInfo with the source location
606 struct ASTTemplateKWAndArgsInfo : public ASTTemplateArgumentListInfo {
607 typedef ASTTemplateArgumentListInfo Base;

Completed in 90 milliseconds