Home
last modified time | relevance | path

Searched refs:SetRangeEnd (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp2173 D.SetRangeEnd(Loc); in ParseAsmAttributesAfterDeclarator()
2745 DS.SetRangeEnd(Tok.getLocation()); in ParseImplicitInt()
2758 DS.SetRangeEnd(Tok.getLocation()); in ParseImplicitInt()
3041 DS.SetRangeEnd(SourceLocation()); in ParseDeclarationSpecifiers()
3399 DS.SetRangeEnd(Loc); in ParseDeclarationSpecifiers()
3463 DS.SetRangeEnd(NewEndLoc); in ParseDeclarationSpecifiers()
4108 DS.SetRangeEnd(EndLoc); in ParseDeclarationSpecifiers()
5624 DS.SetRangeEnd(EndLoc); in ParseTypeQualifierListOpt()
5745 D.SetRangeEnd(StarLoc); in ParseDeclaratorInternal()
5784 D.SetRangeEnd(Loc); in ParseDeclaratorInternal()
[all …]
H A DParseExprCXX.cpp2067 DeclaratorInfo.SetRangeEnd(Loc); in ParseCXXCondition()
2160 DS.SetRangeEnd(Tok.getAnnotationEndLoc()); in ParseCXXSimpleTypeSpecifier()
2175 DS.SetRangeEnd(PrevTokLocation); in ParseCXXSimpleTypeSpecifier()
2253 DS.SetRangeEnd(ParseDecltypeSpecifier(DS)); in ParseCXXSimpleTypeSpecifier()
2263 DS.SetRangeEnd(PrevTokLocation); in ParseCXXSimpleTypeSpecifier()
H A DParseExpr.cpp1208 DS.SetRangeEnd(ILoc); in ParseCastExpression()
1480 DS.SetRangeEnd(Tok.getLastLoc()); in ParseCastExpression()
3479 ParamInfo.SetRangeEnd(Tmp); in ParseBlockLiteralExpression()
H A DParseDeclCXX.cpp354 DS.SetRangeEnd(SourceLocation()); in ParseLinkage()
1253 DS.SetRangeEnd(EndLocation); in ParseBaseTypeSpecifier()
2374 DeclaratorInfo.SetRangeEnd(Loc); in ParseCXXMemberDeclaratorBeforeInitializer()
2462 D.SetRangeEnd(RefQualifierLoc); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h639 void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); } in SetRangeEnd() function
1957 void SetRangeEnd(SourceLocation Loc) { in SetRangeEnd() function
2218 SetRangeEnd(EndLoc); in AddTypeInfo()
2227 SetRangeEnd(EndLoc); in AddTypeInfo()
2469 SetRangeEnd(TRC->getEndLoc()); in setTrailingRequiresClause()
2520 SetRangeEnd(lastLoc); in takeAttributes()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1586 DS.SetRangeEnd(loc); in actOnObjCTypeArgsOrProtocolQualifiers()
H A DSemaDecl.cpp13931 DS.SetRangeEnd(FTI.Params[i].IdentLoc); in ActOnFinishKNRParamDeclarations()