|
clang
3.8.0
|
A convenient class for passing around template argument information. More...
#include <TemplateBase.h>
Public Member Functions | |
| TemplateArgumentListInfo () | |
| TemplateArgumentListInfo (SourceLocation LAngleLoc, SourceLocation RAngleLoc) | |
| SourceLocation | getLAngleLoc () const |
| SourceLocation | getRAngleLoc () const |
| void | setLAngleLoc (SourceLocation Loc) |
| void | setRAngleLoc (SourceLocation Loc) |
| unsigned | size () const |
| const TemplateArgumentLoc * | getArgumentArray () const |
| llvm::ArrayRef < TemplateArgumentLoc > | arguments () const |
| const TemplateArgumentLoc & | operator[] (unsigned I) const |
| TemplateArgumentLoc & | operator[] (unsigned I) |
| void | addArgument (const TemplateArgumentLoc &Loc) |
A convenient class for passing around template argument information.
Designed to be passed by reference.
Definition at line 517 of file TemplateBase.h.
|
inline |
Definition at line 527 of file TemplateBase.h.
|
inline |
Definition at line 529 of file TemplateBase.h.
|
inline |
Definition at line 557 of file TemplateBase.h.
Referenced by clang::Sema::ActOnNumericConstant(), clang::Sema::ActOnStringLiteral(), clang::Sema::BuildStdInitializerList(), checkBuiltinTemplateIdType(), clang::Sema::CheckTemplateArgumentList(), lookupPromiseType(), clang::ASTReader::ReadASTTemplateArgumentListInfo(), clang::ASTStmtReader::ReadTemplateKWAndArgsInfo(), clang::VarTemplateSpecializationDecl::setTemplateArgsInfo(), clang::TreeTransform< Derived >::TransformTemplateArguments(), clang::Sema::translateTemplateArguments(), and clang::ASTDeclReader::VisitFunctionDecl().
|
inline |
Definition at line 545 of file TemplateBase.h.
|
inline |
Definition at line 541 of file TemplateBase.h.
Referenced by clang::Sema::ActOnClassTemplateSpecialization(), clang::Sema::ActOnFunctionDeclarator(), clang::Sema::ActOnVarTemplateSpecialization(), and clang::TemplateDeclInstantiator::VisitVarTemplateSpecializationDecl().
|
inline |
Definition at line 533 of file TemplateBase.h.
Referenced by clang::ASTContext::getTemplateSpecializationTypeInfo(), clang::VarTemplateSpecializationDecl::setTemplateArgsInfo(), and clang::TemplateDeclInstantiator::VisitVarTemplateSpecializationDecl().
|
inline |
Definition at line 534 of file TemplateBase.h.
Referenced by clang::Sema::CheckTemplateArgumentList(), diagnoseArityMismatch(), clang::ASTContext::getTemplateSpecializationTypeInfo(), clang::VarTemplateSpecializationDecl::setTemplateArgsInfo(), and clang::TemplateDeclInstantiator::VisitVarTemplateSpecializationDecl().
|
inline |
Definition at line 549 of file TemplateBase.h.
References I.
|
inline |
Definition at line 553 of file TemplateBase.h.
References I.
|
inline |
Definition at line 536 of file TemplateBase.h.
Referenced by clang::Sema::ActOnFunctionDeclarator(), clang::Sema::DecomposeUnqualifiedId(), clang::ASTStmtReader::ReadTemplateKWAndArgsInfo(), clang::VarTemplateSpecializationDecl::setTemplateArgsInfo(), clang::TreeTransform< Derived >::TransformDependentTemplateSpecializationType(), clang::ASTDeclReader::VisitFunctionDecl(), and clang::TemplateDeclInstantiator::VisitVarTemplateSpecializationDecl().
|
inline |
Definition at line 537 of file TemplateBase.h.
Referenced by clang::Sema::ActOnFunctionDeclarator(), clang::Sema::DecomposeUnqualifiedId(), clang::ASTStmtReader::ReadTemplateKWAndArgsInfo(), clang::VarTemplateSpecializationDecl::setTemplateArgsInfo(), clang::TreeTransform< Derived >::TransformDependentTemplateSpecializationType(), clang::ASTDeclReader::VisitFunctionDecl(), and clang::TemplateDeclInstantiator::VisitVarTemplateSpecializationDecl().
|
inline |
Definition at line 539 of file TemplateBase.h.
Referenced by clang::Sema::ActOnClassTemplateSpecialization(), clang::Sema::ActOnCXXNestedNameSpecifier(), clang::Sema::ActOnFunctionDeclarator(), clang::Sema::ActOnTypenameType(), clang::Sema::ActOnVarTemplateSpecialization(), clang::Sema::CheckTemplateArgumentList(), clang::DependentFunctionTemplateSpecializationInfo::Create(), clang::ASTTemplateArgumentListInfo::Create(), clang::DeclRefExpr::Create(), clang::MemberExpr::Create(), clang::UnresolvedLookupExpr::Create(), clang::DependentScopeDeclRefExpr::Create(), clang::CXXDependentScopeMemberExpr::Create(), clang::UnresolvedMemberExpr::Create(), diagnoseArityMismatch(), clang::Sema::DiagnoseEmptyLookup(), FinishTemplateArgumentDeduction(), clang::ASTContext::getDependentTemplateSpecializationType(), clang::ASTContext::getTemplateSpecializationType(), clang::VarTemplateSpecializationDecl::setTemplateArgsInfo(), clang::Sema::SubstituteExplicitTemplateArguments(), clang::TreeTransform< Derived >::TransformDependentTemplateSpecializationType(), and clang::TemplateDeclInstantiator::VisitVarTemplateSpecializationDecl().
1.8.6