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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h639 void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); } function in class:clang::DeclSpec
1956 /// SetRangeEnd - Set the end of the source range to Loc, unless it's invalid.
1957 void SetRangeEnd(SourceLocation Loc) { function in class:clang::Declarator
2218 SetRangeEnd(EndLoc);
2227 SetRangeEnd(EndLoc);
2469 SetRangeEnd(TRC->getEndLoc());
2520 SetRangeEnd(lastLoc);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp2173 D.SetRangeEnd(Loc);
2608 DS.SetRangeEnd(Tok.getLocation());
2745 DS.SetRangeEnd(Tok.getLocation());
2758 DS.SetRangeEnd(Tok.getLocation());
3041 DS.SetRangeEnd(SourceLocation());
3240 DS.SetRangeEnd(Tok.getAnnotationEndLoc());
3295 DS.SetRangeEnd(Tok.getLocation());
3313 DS.SetRangeEnd(Tok.getAnnotationEndLoc());
3399 DS.SetRangeEnd(Loc);
3450 DS.SetRangeEnd(To
[all...]
H A DParseExprCXX.cpp2067 DeclaratorInfo.SetRangeEnd(Loc);
2160 DS.SetRangeEnd(Tok.getAnnotationEndLoc());
2175 DS.SetRangeEnd(PrevTokLocation);
2253 DS.SetRangeEnd(ParseDecltypeSpecifier(DS));
2263 DS.SetRangeEnd(PrevTokLocation);
H A DParseDeclCXX.cpp354 DS.SetRangeEnd(SourceLocation());
1253 DS.SetRangeEnd(EndLocation);
2374 DeclaratorInfo.SetRangeEnd(Loc);
2462 D.SetRangeEnd(RefQualifierLoc);
H A DParseExpr.cpp1208 DS.SetRangeEnd(ILoc);
1480 DS.SetRangeEnd(Tok.getLastLoc());
3479 ParamInfo.SetRangeEnd(Tmp);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1586 DS.SetRangeEnd(loc);
H A DSemaDecl.cpp13931 DS.SetRangeEnd(FTI.Params[i].IdentLoc);

Completed in 416 milliseconds