Home
last modified time | relevance | path

Searched refs:RAngleLoc (Results 1 – 25 of 31) sorted by relevance

12

/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp114 SourceLocation LAngleLoc, RAngleLoc; in ParseTemplateDeclarationOrSpecialization() local
335 RAngleLoc = Tok.getLocation(); in ParseTemplateParameters()
554 SourceLocation LAngleLoc, RAngleLoc; in ParseTemplateTemplateParameter() local
558 RAngleLoc)) { in ParseTemplateTemplateParameter()
747 RAngleLoc = Tok.getLocation(); in ParseGreaterThanInTemplateList()
776 RAngleLoc = Tok.getLocation(); in ParseGreaterThanInTemplateList()
780 CharSourceRange::getCharRange(RAngleLoc, in ParseGreaterThanInTemplateList()
834 Tok.setLocation(RAngleLoc); in ParseGreaterThanInTemplateList()
941 SourceLocation LAngleLoc, RAngleLoc; in AnnotateTemplateIdToken() local
998 TemplateId->RAngleLoc = RAngleLoc; in AnnotateTemplateIdToken()
[all …]
H A DParseExprCXX.cpp403 TemplateId->RAngleLoc, in ParseOptionalCXXScopeSpecifier()
2032 SourceLocation LAngleLoc, RAngleLoc; in ParseUnqualifiedIdTemplateId() local
2038 RAngleLoc)) in ParseUnqualifiedIdTemplateId()
2065 TemplateId->RAngleLoc = RAngleLoc; in ParseUnqualifiedIdTemplateId()
2082 LAngleLoc, TemplateArgsPtr, RAngleLoc, in ParseUnqualifiedIdTemplateId()
2088 Id.setConstructorName(Type.get(), NameLoc, RAngleLoc); in ParseUnqualifiedIdTemplateId()
2090 Id.setDestructorName(Id.StartLocation, Type.get(), RAngleLoc); in ParseUnqualifiedIdTemplateId()
2435 SourceRange(TemplateId->LAngleLoc, TemplateId->RAngleLoc)); in ParseUnqualifiedId()
2444 TemplateId->RAngleLoc); in ParseUnqualifiedId()
H A DParseDeclCXX.cpp592 Name.TemplateId->RAngleLoc); in ParseUsingDeclaration()
994 SourceLocation LAngleLoc, RAngleLoc; in ParseBaseTypeSpecifier() local
996 true, LAngleLoc, TemplateArgs, RAngleLoc); in ParseBaseTypeSpecifier()
1335 SourceLocation LAngleLoc, RAngleLoc; in ParseClassSpecifier() local
1338 TemplateArgs, RAngleLoc)) { in ParseClassSpecifier()
1341 LAngleLoc = RAngleLoc = SourceLocation(); in ParseClassSpecifier()
1346 << TagTokKind << Name << SourceRange(LAngleLoc, RAngleLoc); in ParseClassSpecifier()
1563 TemplateId->RAngleLoc, in ParseClassSpecifier()
1581 TemplateId->RAngleLoc); in ParseClassSpecifier()
H A DParser.cpp1550 TemplateId->RAngleLoc); in TryAnnotateTypeOrScopeToken()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTemplateBase.h522 SourceLocation RAngleLoc; variable
532 SourceLocation RAngleLoc) in TemplateArgumentListInfo() argument
533 : LAngleLoc(LAngleLoc), RAngleLoc(RAngleLoc) {} in TemplateArgumentListInfo()
536 SourceLocation getRAngleLoc() const { return RAngleLoc; } in getRAngleLoc()
539 void setRAngleLoc(SourceLocation Loc) { RAngleLoc = Loc; } in setRAngleLoc()
569 SourceLocation RAngleLoc; member
H A DTypeLoc.h804 SourceLocation RAngleLoc; member
831 return this->getLocalData()->RAngleLoc; in getRAngleLoc()
834 this->getLocalData()->RAngleLoc = Loc; in setRAngleLoc()
1357 SourceLocation RAngleLoc; member
1381 return getLocalData()->RAngleLoc; in getRAngleLoc()
1384 getLocalData()->RAngleLoc = Loc; in setRAngleLoc()
1748 SourceLocation RAngleLoc; member
1811 return this->getLocalData()->RAngleLoc; in getRAngleLoc()
1814 this->getLocalData()->RAngleLoc = Loc; in setRAngleLoc()
H A DDeclTemplate.h51 SourceLocation LAngleLoc, RAngleLoc; variable
64 SourceLocation RAngleLoc);
72 SourceLocation RAngleLoc);
128 SourceLocation getRAngleLoc() const { return RAngleLoc; } in getRAngleLoc()
131 return SourceRange(TemplateLoc, RAngleLoc); in getSourceRange()
144 NamedDecl **Params, SourceLocation RAngleLoc) : in FixedSizeTemplateParameterList() argument
145 TemplateParameterList(TemplateLoc, LAngleLoc, Params, N, RAngleLoc) { in FixedSizeTemplateParameterList()
H A DExprCXX.h2423 return getTemplateKWAndArgsInfo()->RAngleLoc; in getRAngleLoc()
2675 return getTemplateKWAndArgsInfo()->RAngleLoc; in getRAngleLoc()
3097 return getTemplateKWAndArgsInfo()->RAngleLoc; in getRAngleLoc()
H A DExpr.h1085 return getTemplateKWAndArgsInfo()->RAngleLoc; in getRAngleLoc()
2490 return getTemplateKWAndArgsInfo()->RAngleLoc; in getRAngleLoc()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DTemplateBase.cpp537 RAngleLoc = Info.getRAngleLoc(); in initializeFrom()
551 RAngleLoc = Info.getRAngleLoc(); in initializeFrom()
570 Info.setRAngleLoc(RAngleLoc); in copyInto()
604 RAngleLoc = SourceLocation(); in initializeFrom()
H A DDeclTemplate.cpp33 SourceLocation RAngleLoc) in TemplateParameterList() argument
34 : TemplateLoc(TemplateLoc), LAngleLoc(LAngleLoc), RAngleLoc(RAngleLoc), in TemplateParameterList()
59 unsigned NumParams, SourceLocation RAngleLoc) { in Create() argument
66 NumParams, RAngleLoc); in Create()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp822 RAngleLoc); in ActOnTemplateParameterList()
2184 SpecTL.setRAngleLoc(RAngleLoc); in ActOnTemplateIdType()
2202 SpecTL.setRAngleLoc(RAngleLoc); in ActOnTemplateIdType()
2256 SpecTL.setRAngleLoc(RAngleLoc); in ActOnTagTemplateIdType()
2299 SpecTL.setRAngleLoc(RAngleLoc); in ActOnTagTemplateIdType()
2410 SourceLocation RAngleLoc = TemplateId->RAngleLoc; in ActOnVarTemplateSpecialization() local
6050 SourceLocation RAngleLoc = TemplateId.RAngleLoc; in ActOnClassTemplateSpecialization() local
6085 << SourceRange(LAngleLoc, RAngleLoc); in ActOnClassTemplateSpecialization()
6124 << SourceRange(LAngleLoc, RAngleLoc); in ActOnClassTemplateSpecialization()
7920 SpecTL.setRAngleLoc(RAngleLoc); in ActOnTypenameType()
[all …]
H A DSemaCXXScopeSpec.cpp842 SourceLocation RAngleLoc, in ActOnCXXNestedNameSpecifier() argument
849 TemplateArgumentListInfo TemplateArgs(LAngleLoc, RAngleLoc); in ActOnCXXNestedNameSpecifier()
871 SpecTL.setRAngleLoc(RAngleLoc); in ActOnCXXNestedNameSpecifier()
883 SourceRange R(TemplateNameLoc, RAngleLoc); in ActOnCXXNestedNameSpecifier()
915 SpecTL.setRAngleLoc(RAngleLoc); in ActOnCXXNestedNameSpecifier()
H A DDeclSpec.cpp46 EndLocation = TemplateId->RAngleLoc; in setTemplateId()
54 EndLocation = TemplateId->RAngleLoc; in setConstructorTemplateId()
H A DSemaLambda.cpp232 SourceLocation RAngleLoc = IntroRange.getEnd(); in getGenericLambdaTemplateParameterList() local
237 LSI->AutoTemplateParams.size(), RAngleLoc); in getGenericLambdaTemplateParameterList()
H A DTreeTransform.h2104 SourceLocation RAngleLoc, in RebuildCXXNamedCastExpr() argument
2111 RAngleLoc, LParenLoc, in RebuildCXXNamedCastExpr()
2116 RAngleLoc, LParenLoc, in RebuildCXXNamedCastExpr()
2127 RAngleLoc, LParenLoc, in RebuildCXXNamedCastExpr()
2142 SourceLocation RAngleLoc, in RebuildCXXStaticCastExpr() argument
2148 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXStaticCastExpr()
2159 SourceLocation RAngleLoc, in RebuildCXXDynamicCastExpr() argument
2165 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXDynamicCastExpr()
2182 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXReinterpretCastExpr()
2193 SourceLocation RAngleLoc, in RebuildCXXConstCastExpr() argument
[all …]
H A DSemaTemplateDeduction.cpp2225 PartialTemplArgInfo->RAngleLoc); in FinishTemplateArgumentDeduction()
2389 PartialTemplArgInfo->RAngleLoc); in FinishTemplateArgumentDeduction()
H A DSemaTemplateInstantiateDecl.cpp2739 TemplArgInfo->RAngleLoc); in InstantiateClassTemplatePartialSpecialization()
2866 TemplArgInfo->RAngleLoc); in InstantiateVarTemplatePartialSpecialization()
H A DSemaExprCXX.cpp5561 TemplateId->RAngleLoc); in ActOnPseudoDestructorExpr()
5610 TemplateId->RAngleLoc); in ActOnPseudoDestructorExpr()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DParsedTemplate.h172 SourceLocation RAngleLoc; member
H A DSema.h4736 SourceLocation RAngleLoc,
5408 SourceLocation RAngleLoc);
5456 SourceLocation RAngleLoc,
5470 SourceLocation RAngleLoc);
5551 SourceLocation RAngleLoc,
5573 SourceLocation RAngleLoc,
5599 SourceLocation RAngleLoc,
5730 SourceLocation RAngleLoc);
/minix/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h2416 SourceLocation &RAngleLoc);
2433 bool ParseGreaterThanInTemplateList(SourceLocation &RAngleLoc,
2441 SourceLocation &RAngleLoc);
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp674 SourceLocation LAngleLoc, RAngleLoc; in VisitFunctionDecl() local
684 RAngleLoc = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
692 TemplateArgumentListInfo TemplArgsInfo(LAngleLoc, RAngleLoc); in VisitFunctionDecl()
H A DASTReader.cpp6072 SourceLocation RAngleLoc = ReadSourceLocation(F, Record, Index); in ReadASTTemplateArgumentListInfo() local
6074 TemplateArgumentListInfo TemplArgsInfo(LAngleLoc, RAngleLoc); in ReadASTTemplateArgumentListInfo()
7790 SourceLocation RAngleLoc = ReadSourceLocation(F, Record, Idx); in ReadTemplateParameterList() local
7800 Params.data(), Params.size(), RAngleLoc); in ReadTemplateParameterList()
H A DASTWriterDecl.cpp424 Writer.AddSourceLocation(FTSInfo->TemplateArgumentsAsWritten->RAngleLoc, in VisitFunctionDecl()

12