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

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

Completed in 41 milliseconds