/llvm-project/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 130 SourceLocation LAngleLoc, RAngleLoc; in ParseTemplateDeclarationOrSpecialization() local 358 ParseTemplateParameters(MultiParseScope & TemplateScopes,unsigned Depth,SmallVectorImpl<NamedDecl * > & TemplateParams,SourceLocation & LAngleLoc,SourceLocation & RAngleLoc) ParseTemplateParameters() argument 793 SourceLocation LAngleLoc, RAngleLoc; ParseTemplateTemplateParameter() local 1003 ParseGreaterThanInTemplateList(SourceLocation LAngleLoc,SourceLocation & RAngleLoc,bool ConsumeLastToken,bool ObjCGenericList) ParseGreaterThanInTemplateList() argument 1173 ParseTemplateIdAfterTemplateName(bool ConsumeLastToken,SourceLocation & LAngleLoc,TemplateArgList & TemplateArgs,SourceLocation & RAngleLoc,TemplateTy Template) ParseTemplateIdAfterTemplateName() argument 1266 SourceLocation LAngleLoc, RAngleLoc; AnnotateTemplateIdToken() local [all...] |
H A D | ParseObjc.cpp | 262 SourceLocation LAngleLoc, EndProtoLoc; ParseObjCAtInterfaceDeclaration() local 1583 ParseObjCProtocolReferences(SmallVectorImpl<Decl * > & Protocols,SmallVectorImpl<SourceLocation> & ProtocolLocs,bool WarnOnDeclarations,bool ForObjCContainer,SourceLocation & LAngleLoc,SourceLocation & EndLoc,bool consumeLastToken) ParseObjCProtocolReferences() argument 2119 SourceLocation LAngleLoc, EndProtoLoc; ParseObjCAtProtocolDeclaration() local [all...] |
H A D | ParseExprCXX.cpp | 1397 SourceLocation LAngleLoc, RAngleLoc; ParseLambdaExpressionAfterIntroducer() local 2637 SourceLocation LAngleLoc, RAngleLoc; ParseUnqualifiedIdTemplateId() local
|
H A D | ParseDeclCXX.cpp | 1933 SourceLocation LAngleLoc, RAngleLoc; ParseClassSpecifier() local 2198 SourceLocation LAngleLoc = ParseClassSpecifier() local [all...] |
H A D | ParseDecl.cpp | 2397 SourceLocation LAngleLoc = ParseDeclGroup() local 2738 SourceLocation LAngleLoc = ParseDeclarationAfterDeclaratorAndAttributes() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedTemplate.h | 178 SourceLocation LAngleLoc; member
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 78 SourceLocation LAngleLoc, RAngleLoc; global() variable 231 FixedSizeTemplateParameterListStorage(const ASTContext & C,SourceLocation TemplateLoc,SourceLocation LAngleLoc,ArrayRef<NamedDecl * > Params,SourceLocation RAngleLoc,Expr * RequiresClause) FixedSizeTemplateParameterListStorage() argument
|
H A D | TypeLoc.h | 1649 SourceLocation LAngleLoc; global() member 2445 SourceLocation LAngleLoc; global() member
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 851 ActOnCXXNestedNameSpecifier(Scope * S,CXXScopeSpec & SS,SourceLocation TemplateKWLoc,TemplateTy OpaqueTemplate,SourceLocation TemplateNameLoc,SourceLocation LAngleLoc,ASTTemplateArgsPtr TemplateArgsIn,SourceLocation RAngleLoc,SourceLocation CCLoc,bool EnteringContext) ActOnCXXNestedNameSpecifier() argument
|
H A D | SemaTemplate.cpp | 1139 formImmediatelyDeclaredConstraint(Sema & S,NestedNameSpecifierLoc NS,DeclarationNameInfo NameInfo,ConceptDecl * NamedConcept,NamedDecl * FoundDecl,SourceLocation LAngleLoc,SourceLocation RAngleLoc,QualType ConstrainedType,SourceLocation ParamNameLoc,ArgumentLocAppender Appender,SourceLocation EllipsisLoc) formImmediatelyDeclaredConstraint() argument 1743 ActOnTemplateParameterList(unsigned Depth,SourceLocation ExportLoc,SourceLocation TemplateLoc,SourceLocation LAngleLoc,ArrayRef<NamedDecl * > Params,SourceLocation RAngleLoc,Expr * RequiresClause) ActOnTemplateParameterList() argument 4769 ActOnTemplateIdType(Scope * S,CXXScopeSpec & SS,SourceLocation TemplateKWLoc,TemplateTy TemplateD,const IdentifierInfo * TemplateII,SourceLocation TemplateIILoc,SourceLocation LAngleLoc,ASTTemplateArgsPtr TemplateArgsIn,SourceLocation RAngleLoc,bool IsCtorOrDtorName,bool IsClassName,ImplicitTypenameContext AllowImplicitTypename) ActOnTemplateIdType() argument 4883 ActOnTagTemplateIdType(TagUseKind TUK,TypeSpecifierType TagSpec,SourceLocation TagLoc,CXXScopeSpec & SS,SourceLocation TemplateKWLoc,TemplateTy TemplateD,SourceLocation TemplateLoc,SourceLocation LAngleLoc,ASTTemplateArgsPtr TemplateArgsIn,SourceLocation RAngleLoc) ActOnTagTemplateIdType() argument 5171 SourceLocation LAngleLoc = TemplateId->LAngleLoc; ActOnVarTemplateSpecialization() local 9286 SourceLocation LAngleLoc = TemplateId.LAngleLoc; ActOnClassTemplateSpecialization() local 10618 ActOnExplicitInstantiation(Scope * S,SourceLocation ExternLoc,SourceLocation TemplateLoc,unsigned TagSpec,SourceLocation KWLoc,const CXXScopeSpec & SS,TemplateTy TemplateD,SourceLocation TemplateNameLoc,SourceLocation LAngleLoc,ASTTemplateArgsPtr TemplateArgsIn,SourceLocation RAngleLoc,const ParsedAttributesView & Attr) ActOnExplicitInstantiation() argument 11507 ActOnTypenameType(Scope * S,SourceLocation TypenameLoc,const CXXScopeSpec & SS,SourceLocation TemplateKWLoc,TemplateTy TemplateIn,const IdentifierInfo * TemplateII,SourceLocation TemplateIILoc,SourceLocation LAngleLoc,ASTTemplateArgsPtr TemplateArgsIn,SourceLocation RAngleLoc) ActOnTypenameType() argument [all...] |
H A D | SemaLambda.cpp | 545 ActOnLambdaExplicitTemplateParameterList(LambdaIntroducer & Intro,SourceLocation LAngleLoc,ArrayRef<NamedDecl * > TParams,SourceLocation RAngleLoc,ExprResult RequiresClause) ActOnLambdaExplicitTemplateParameterList() argument
|
H A D | TreeTransform.h | 3211 return getDerived().RebuildCXXReinterpretCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXDynamicCastExpr() argument 3152 RebuildCXXNamedCastExpr(SourceLocation OpLoc,Stmt::StmtClass Class,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXNamedCastExpr() argument 3194 RebuildCXXStaticCastExpr(SourceLocation OpLoc,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXStaticCastExpr() argument 3228 RebuildCXXReinterpretCastExpr(SourceLocation OpLoc,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXReinterpretCastExpr() argument 3245 RebuildCXXConstCastExpr(SourceLocation OpLoc,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXConstCastExpr() argument 3258 RebuildCXXAddrspaceCastExpr(SourceLocation OpLoc,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXAddrspaceCastExpr() argument [all...] |
H A D | SemaCodeComplete.cpp | 6520 ProduceTemplateArgumentSignatureHelp(TemplateTy ParsedTemplate,ArrayRef<ParsedTemplateArgument> Args,SourceLocation LAngleLoc) ProduceTemplateArgumentSignatureHelp() argument
|
/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 50 TemplateParameterList(const ASTContext & C,SourceLocation TemplateLoc,SourceLocation LAngleLoc,ArrayRef<NamedDecl * > Params,SourceLocation RAngleLoc,Expr * RequiresClause) TemplateParameterList() argument 120 Create(const ASTContext & C,SourceLocation TemplateLoc,SourceLocation LAngleLoc,ArrayRef<NamedDecl * > Params,SourceLocation RAngleLoc,Expr * RequiresClause) Create() argument
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 9243 SourceLocation LAngleLoc = readSourceLocation(); readTemplateParameterList() local
|