HomeSort by relevance Sort by last modified time
    Searched refs:ASTTemplateArgumentListInfo (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/AST/
TemplateBase.h 506 // This can leak if used in an AST node, use ASTTemplateArgumentListInfo
542 struct ASTTemplateArgumentListInfo {
555 /// Force ASTTemplateArgumentListInfo to the right alignment
574 static const ASTTemplateArgumentListInfo *Create(ASTContext &C,
585 /// \brief Extends ASTTemplateArgumentListInfo with the source location
588 struct ASTTemplateKWAndArgsInfo : public ASTTemplateArgumentListInfo {
589 typedef ASTTemplateArgumentListInfo Base;
ExprCXX.h     [all...]
Expr.h     [all...]
DeclTemplate.h 292 const ASTTemplateArgumentListInfo *TemplateArgsAsWritten,
323 const ASTTemplateArgumentListInfo *TemplateArgumentsAsWritten;
    [all...]
Decl.h 30 struct ASTTemplateArgumentListInfo;
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 686 const ASTTemplateArgumentListInfo *ArgsAsWritten = 0;
688 ArgsAsWritten = ASTTemplateArgumentListInfo::Create(C,
    [all...]