Searched refs:LAngleLoc (Results 1 - 25 of 28) sorted by relevance

12

/external/clang/lib/Parse/
H A DParseTemplate.cpp138 SourceLocation LAngleLoc, RAngleLoc; local
140 if (ParseTemplateParameters(Depth, TemplateParams, LAngleLoc,
151 TemplateLoc, LAngleLoc,
300 /// The template parameter we parse will be added to this list. LAngleLoc and
307 SourceLocation &LAngleLoc,
314 LAngleLoc = ConsumeToken();
545 SourceLocation LAngleLoc, RAngleLoc; local
548 if (ParseTemplateParameters(Depth + 1, TemplateParams, LAngleLoc,
603 TemplateLoc, LAngleLoc,
701 SourceLocation &LAngleLoc,
305 ParseTemplateParameters(unsigned Depth, SmallVectorImpl<Decl*> &TemplateParams, SourceLocation &LAngleLoc, SourceLocation &RAngleLoc) argument
697 ParseTemplateIdAfterTemplateName(TemplateTy Template, SourceLocation TemplateNameLoc, const CXXScopeSpec &SS, bool ConsumeLastToken, SourceLocation &LAngleLoc, TemplateArgList &TemplateArgs, SourceLocation &RAngleLoc) argument
876 SourceLocation LAngleLoc, RAngleLoc; local
[all...]
H A DParseDeclCXX.cpp516 Range = SourceRange(Name.TemplateId->LAngleLoc,
1143 SourceLocation LAngleLoc, RAngleLoc; local
1145 true, LAngleLoc,
1149 LAngleLoc = RAngleLoc = SourceLocation();
1159 << SourceRange(LAngleLoc, RAngleLoc);
1196 Diag(TemplateId->LAngleLoc, diag::err_template_spec_syntax_non_template)
1300 TemplateId->LAngleLoc,
1318 TemplateId->LAngleLoc,
1337 SourceLocation LAngleLoc local
1342 << FixItHint::CreateInsertion(LAngleLoc, "<>");
[all...]
H A DParseObjc.cpp222 SourceLocation LAngleLoc, EndProtoLoc; local
227 LAngleLoc, EndProtoLoc))
269 SourceLocation LAngleLoc, EndProtoLoc; local
272 LAngleLoc, EndProtoLoc))
1164 SourceLocation &LAngleLoc, SourceLocation &EndLoc) {
1167 LAngleLoc = ConsumeToken(); // the "<"
1214 SourceLocation LAngleLoc, EndProtoLoc; local
1218 LAngleLoc, EndProtoLoc);
1220 ProtocolLocs.data(), LAngleLoc);
1424 SourceLocation LAngleLoc, EndProtoLo local
1161 ParseObjCProtocolReferences(SmallVectorImpl<Decl *> &Protocols, SmallVectorImpl<SourceLocation> &ProtocolLocs, bool WarnOnDeclarations, SourceLocation &LAngleLoc, SourceLocation &EndLoc) argument
[all...]
H A DParseExprCXX.cpp312 TemplateId->LAngleLoc,
1679 SourceLocation LAngleLoc, RAngleLoc;
1683 SS, true, LAngleLoc,
1710 TemplateId->LAngleLoc = LAngleLoc;
1728 LAngleLoc, TemplateArgsPtr, RAngleLoc,
2075 SourceRange(TemplateId->LAngleLoc, TemplateId->RAngleLoc));
H A DParser.cpp1518 TemplateId->LAngleLoc,
/external/clang/include/clang/AST/
H A DTemplateBase.h473 SourceLocation LAngleLoc; member in class:clang::TemplateArgumentListInfo
483 TemplateArgumentListInfo(SourceLocation LAngleLoc, argument
485 : LAngleLoc(LAngleLoc), RAngleLoc(RAngleLoc) {}
487 SourceLocation getLAngleLoc() const { return LAngleLoc; }
490 void setLAngleLoc(SourceLocation Loc) { LAngleLoc = Loc; }
514 SourceLocation LAngleLoc; member in struct:clang::ASTTemplateArgumentListInfo
H A DTypeLoc.h746 SourceLocation LAngleLoc; member in struct:clang::ObjCProtocolListLocInfo
767 return this->getLocalData()->LAngleLoc;
770 this->getLocalData()->LAngleLoc = Loc;
1226 SourceLocation LAngleLoc;
1244 return getLocalData()->LAngleLoc;
1247 getLocalData()->LAngleLoc = Loc;
1611 SourceLocation LAngleLoc;
1668 return this->getLocalData()->LAngleLoc;
1671 this->getLocalData()->LAngleLoc = Loc;
H A DDeclTemplate.h49 SourceLocation LAngleLoc, RAngleLoc; member in class:clang::TemplateParameterList
60 TemplateParameterList(SourceLocation TemplateLoc, SourceLocation LAngleLoc,
67 SourceLocation LAngleLoc,
118 SourceLocation getLAngleLoc() const { return LAngleLoc; }
134 SourceLocation LAngleLoc,
136 TemplateParameterList(TemplateLoc, LAngleLoc, Params, N, RAngleLoc) {
H A DExprCXX.h2382 return getTemplateKWAndArgsInfo()->LAngleLoc;
2647 return getTemplateKWAndArgsInfo()->LAngleLoc;
3064 return getTemplateKWAndArgsInfo()->LAngleLoc;
H A DExpr.h977 return getTemplateKWAndArgsInfo()->LAngleLoc;
2336 return getTemplateKWAndArgsInfo()->LAngleLoc;
/external/clang/include/clang/Sema/
H A DParsedTemplate.h168 SourceLocation LAngleLoc; member in struct:clang::TemplateIdAnnotation
H A DSema.h3954 /// \param LAngleLoc The location of the opening angle bracket ('<').
3969 SourceLocation LAngleLoc,
4603 SourceLocation LAngleLoc,
4653 SourceLocation LAngleLoc,
4667 SourceLocation LAngleLoc,
4698 SourceLocation LAngleLoc,
4738 SourceLocation LAngleLoc,
4912 /// \param LAngleLoc The location of the opening angle bracket ('<').
4921 SourceLocation LAngleLoc,
H A DDeclSpec.h689 SourceLocation LAngleLoc);
/external/clang/lib/AST/
H A DDeclTemplate.cpp31 SourceLocation LAngleLoc,
34 : TemplateLoc(TemplateLoc), LAngleLoc(LAngleLoc), RAngleLoc(RAngleLoc),
58 SourceLocation LAngleLoc, NamedDecl **Params,
65 return new (Mem) TemplateParameterList(TemplateLoc, LAngleLoc, Params,
30 TemplateParameterList(SourceLocation TemplateLoc, SourceLocation LAngleLoc, NamedDecl **Params, unsigned NumParams, SourceLocation RAngleLoc) argument
57 Create(const ASTContext &C, SourceLocation TemplateLoc, SourceLocation LAngleLoc, NamedDecl **Params, unsigned NumParams, SourceLocation RAngleLoc) argument
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp762 SourceLocation LAngleLoc,
771 TemplateArgumentListInfo TemplateArgs(LAngleLoc, RAngleLoc);
792 SpecTL.setLAngleLoc(LAngleLoc);
836 SpecTL.setLAngleLoc(LAngleLoc);
757 ActOnCXXNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy Template, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, SourceLocation CCLoc, bool EnteringContext) argument
H A DSemaTemplate.cpp827 SourceLocation LAngleLoc,
833 return TemplateParameterList::Create(Context, TemplateLoc, LAngleLoc,
2118 SourceLocation LAngleLoc,
2128 TemplateArgumentListInfo TemplateArgs(LAngleLoc, RAngleLoc);
2145 SpecTL.setLAngleLoc(LAngleLoc);
2163 SpecTL.setLAngleLoc(LAngleLoc);
2189 SourceLocation LAngleLoc,
2195 TemplateArgumentListInfo TemplateArgs(LAngleLoc, RAngleLoc);
2217 SpecTL.setLAngleLoc(LAngleLoc);
2260 SpecTL.setLAngleLoc(LAngleLoc);
824 ActOnTemplateParameterList(unsigned Depth, SourceLocation ExportLoc, SourceLocation TemplateLoc, SourceLocation LAngleLoc, Decl **Params, unsigned NumParams, SourceLocation RAngleLoc) argument
2116 ActOnTemplateIdType(CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy TemplateD, SourceLocation TemplateLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, bool IsCtorOrDtorName) argument
2182 ActOnTagTemplateIdType(TagUseKind TUK, TypeSpecifierType TagSpec, SourceLocation TagLoc, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy TemplateD, SourceLocation TemplateLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc) argument
5193 ActOnClassTemplateSpecialization(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, SourceLocation ModulePrivateLoc, CXXScopeSpec &SS, TemplateTy TemplateD, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, AttributeList *Attr, MultiTemplateParamsArg TemplateParameterLists) argument
6306 ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, unsigned TagSpec, SourceLocation KWLoc, const CXXScopeSpec &SS, TemplateTy TemplateD, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, AttributeList *Attr) argument
6954 ActOnTypenameType(Scope *S, SourceLocation TypenameLoc, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy TemplateIn, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc) argument
[all...]
H A DDeclSpec.cpp762 SourceLocation LAngleLoc) {
769 ProtocolLAngleLoc = LAngleLoc;
759 setProtocolQualifiers(Decl * const *Protos, unsigned NP, SourceLocation *ProtoLocs, SourceLocation LAngleLoc) argument
H A DTreeTransform.h1762 SourceLocation LAngleLoc,
1770 return getDerived().RebuildCXXStaticCastExpr(OpLoc, LAngleLoc, TInfo,
1775 return getDerived().RebuildCXXDynamicCastExpr(OpLoc, LAngleLoc, TInfo,
1780 return getDerived().RebuildCXXReinterpretCastExpr(OpLoc, LAngleLoc, TInfo,
1786 return getDerived().RebuildCXXConstCastExpr(OpLoc, LAngleLoc, TInfo,
1800 SourceLocation LAngleLoc,
1808 SourceRange(LAngleLoc, RAngleLoc),
1817 SourceLocation LAngleLoc,
1825 SourceRange(LAngleLoc, RAngleLoc),
1834 SourceLocation LAngleLoc,
1760 RebuildCXXNamedCastExpr(SourceLocation OpLoc, Stmt::StmtClass Class, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1799 RebuildCXXStaticCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1816 RebuildCXXDynamicCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1833 RebuildCXXReinterpretCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1850 RebuildCXXConstCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
[all...]
H A DSemaExprCXX.cpp5209 TemplateId->LAngleLoc,
5258 TemplateId->LAngleLoc,
H A DSemaDecl.cpp5577 TemplateArgs.setLAngleLoc(TemplateId->LAngleLoc);
5591 << SourceRange(TemplateId->LAngleLoc, TemplateId->RAngleLoc);
5601 << SourceRange(TemplateId->LAngleLoc, TemplateId->RAngleLoc)
/external/clang/include/clang/Parse/
H A DParser.h1124 SourceLocation &LAngleLoc,
2084 SourceLocation &LAngleLoc,
2100 SourceLocation &LAngleLoc,
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp550 SourceLocation LAngleLoc, RAngleLoc; local
559 LAngleLoc = ReadSourceLocation(Record, Idx);
568 TemplateArgumentListInfo TemplArgsInfo(LAngleLoc, RAngleLoc);
H A DASTWriterDecl.cpp364 Writer.AddSourceLocation(FTSInfo->TemplateArgumentsAsWritten->LAngleLoc,
H A DASTWriterStmt.cpp51 Writer.AddSourceLocation(Args.LAngleLoc, Record);
H A DASTReader.cpp5966 SourceLocation LAngleLoc = ReadSourceLocation(F, Record, Idx);
5976 TemplateParameterList::Create(Context, TemplateLoc, LAngleLoc,

Completed in 746 milliseconds

12