/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 128 SourceLocation LAngleLoc, RAngleLoc; ParseTemplateDeclarationOrSpecialization() local 341 SourceLocation LAngleLoc ParseSingleDeclarationAfterTemplate() local 476 ParseTemplateParameters(MultiParseScope & TemplateScopes,unsigned Depth,SmallVectorImpl<NamedDecl * > & TemplateParams,SourceLocation & LAngleLoc,SourceLocation & RAngleLoc) ParseTemplateParameters() argument 906 SourceLocation LAngleLoc, RAngleLoc; ParseTemplateTemplateParameter() local 1114 ParseGreaterThanInTemplateList(SourceLocation LAngleLoc,SourceLocation & RAngleLoc,bool ConsumeLastToken,bool ObjCGenericList) ParseGreaterThanInTemplateList() argument 1284 ParseTemplateIdAfterTemplateName(bool ConsumeLastToken,SourceLocation & LAngleLoc,TemplateArgList & TemplateArgs,SourceLocation & RAngleLoc,TemplateTy Template) ParseTemplateIdAfterTemplateName() argument 1377 SourceLocation LAngleLoc, RAngleLoc; AnnotateTemplateIdToken() local [all...] |
H A D | ParseObjc.cpp | 261 SourceLocation LAngleLoc, EndProtoLoc; ParseObjCAtInterfaceDeclaration() local 1578 ParseObjCProtocolReferences(SmallVectorImpl<Decl * > & Protocols,SmallVectorImpl<SourceLocation> & ProtocolLocs,bool WarnOnDeclarations,bool ForObjCContainer,SourceLocation & LAngleLoc,SourceLocation & EndLoc,bool consumeLastToken) ParseObjCProtocolReferences() argument 2126 SourceLocation LAngleLoc, EndProtoLoc; ParseObjCAtProtocolDeclaration() local [all...] |
H A D | ParseExprCXX.cpp | 1321 SourceLocation LAngleLoc, RAngleLoc; ParseLambdaExpressionAfterIntroducer() local 2535 SourceLocation LAngleLoc, RAngleLoc; ParseUnqualifiedIdTemplateId() local
|
H A D | ParseDeclCXX.cpp | 1769 SourceLocation LAngleLoc, RAngleLoc; ParseClassSpecifier() local 2034 SourceLocation LAngleLoc = ParseClassSpecifier() local [all...] |
H A D | ParseDecl.cpp | 2553 SourceLocation LAngleLoc = ParseDeclarationAfterDeclaratorAndAttributes() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedTemplate.h | 178 SourceLocation LAngleLoc; member
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 78 SourceLocation LAngleLoc, RAngleLoc; variable 230 FixedSizeTemplateParameterListStorage(const ASTContext & C,SourceLocation TemplateLoc,SourceLocation LAngleLoc,ArrayRef<NamedDecl * > Params,SourceLocation RAngleLoc,Expr * RequiresClause) FixedSizeTemplateParameterListStorage() argument
|
H A D | TypeLoc.h | 1608 SourceLocation LAngleLoc; global() member 2376 SourceLocation LAngleLoc; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 891 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 | 1182 formImmediatelyDeclaredConstraint(Sema & S,NestedNameSpecifierLoc NS,DeclarationNameInfo NameInfo,ConceptDecl * NamedConcept,SourceLocation LAngleLoc,SourceLocation RAngleLoc,QualType ConstrainedType,SourceLocation ParamNameLoc,ArgumentLocAppender Appender,SourceLocation EllipsisLoc) formImmediatelyDeclaredConstraint() argument 1806 ActOnTemplateParameterList(unsigned Depth,SourceLocation ExportLoc,SourceLocation TemplateLoc,SourceLocation LAngleLoc,ArrayRef<NamedDecl * > Params,SourceLocation RAngleLoc,Expr * RequiresClause) ActOnTemplateParameterList() argument 4246 ActOnTemplateIdType(Scope * S,CXXScopeSpec & SS,SourceLocation TemplateKWLoc,TemplateTy TemplateD,IdentifierInfo * TemplateII,SourceLocation TemplateIILoc,SourceLocation LAngleLoc,ASTTemplateArgsPtr TemplateArgsIn,SourceLocation RAngleLoc,bool IsCtorOrDtorName,bool IsClassName,ImplicitTypenameContext AllowImplicitTypename) ActOnTemplateIdType() argument 4360 ActOnTagTemplateIdType(TagUseKind TUK,TypeSpecifierType TagSpec,SourceLocation TagLoc,CXXScopeSpec & SS,SourceLocation TemplateKWLoc,TemplateTy TemplateD,SourceLocation TemplateLoc,SourceLocation LAngleLoc,ASTTemplateArgsPtr TemplateArgsIn,SourceLocation RAngleLoc) ActOnTagTemplateIdType() argument 4648 SourceLocation LAngleLoc = TemplateId->LAngleLoc; ActOnVarTemplateSpecialization() local 8848 SourceLocation LAngleLoc = TemplateId.LAngleLoc; ActOnClassTemplateSpecialization() local 10174 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 11070 ActOnTypenameType(Scope * S,SourceLocation TypenameLoc,const CXXScopeSpec & SS,SourceLocation TemplateKWLoc,TemplateTy TemplateIn,IdentifierInfo * TemplateII,SourceLocation TemplateIILoc,SourceLocation LAngleLoc,ASTTemplateArgsPtr TemplateArgsIn,SourceLocation RAngleLoc) ActOnTypenameType() argument [all...] |
H A D | SemaLambda.cpp | 503 ActOnLambdaExplicitTemplateParameterList(LambdaIntroducer & Intro,SourceLocation LAngleLoc,ArrayRef<NamedDecl * > TParams,SourceLocation RAngleLoc,ExprResult RequiresClause) ActOnLambdaExplicitTemplateParameterList() argument
|
H A D | TreeTransform.h | 3105 RebuildCXXNamedCastExpr(SourceLocation OpLoc,Stmt::StmtClass Class,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXNamedCastExpr() argument 3147 RebuildCXXStaticCastExpr(SourceLocation OpLoc,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXStaticCastExpr() argument 3164 RebuildCXXDynamicCastExpr(SourceLocation OpLoc,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXDynamicCastExpr() argument 3181 RebuildCXXReinterpretCastExpr(SourceLocation OpLoc,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXReinterpretCastExpr() argument 3198 RebuildCXXConstCastExpr(SourceLocation OpLoc,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXConstCastExpr() argument 3211 RebuildCXXAddrspaceCastExpr(SourceLocation OpLoc,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXAddrspaceCastExpr() argument [all...] |
H A D | SemaCodeComplete.cpp | 6473 ProduceTemplateArgumentSignatureHelp(TemplateTy ParsedTemplate,ArrayRef<ParsedTemplateArgument> Args,SourceLocation LAngleLoc) ProduceTemplateArgumentSignatureHelp() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 50 SourceLocation LAngleLoc, in TemplateParameterList() argument 120 SourceLocation LAngleLoc, in Create() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 9129 SourceLocation LAngleLoc = readSourceLocation(); readTemplateParameterList() local
|