Searched defs:LocEnd (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/AST/
H A DCommentSema.cpp52 SourceLocation LocEnd,
55 BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd,
82 SourceLocation LocEnd,
86 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID,
283 SourceLocation LocEnd,
287 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
400 SourceLocation LocEnd,
403 return actOnUnknownCommand(LocBegin, LocEnd, CommandID);
407 SourceLocation LocEnd,
411 LocBegin, LocEnd, CommandI
50 actOnBlockCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
80 actOnParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
281 actOnTParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
399 actOnUnknownCommand(SourceLocation LocBegin, SourceLocation LocEnd, StringRef CommandName) argument
406 actOnUnknownCommand(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
416 actOnText(SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text) argument
478 actOnHTMLEndTag(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
[all...]
/external/clang/include/clang/AST/
H A DComment.h197 SourceLocation LocEnd) :
198 Loc(LocBegin), Range(SourceRange(LocBegin, LocEnd)) {
244 SourceLocation LocEnd) :
245 Comment(K, LocBegin, LocEnd) {
270 SourceLocation LocEnd,
272 InlineContentComment(TextCommentKind, LocBegin, LocEnd),
325 SourceLocation LocEnd,
329 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd),
382 SourceLocation LocEnd,
386 InlineContentComment(K, LocBegin, LocEnd),
195 Comment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
242 InlineContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
269 TextComment(SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text) argument
324 InlineCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, RenderKind RK, ArrayRef<Argument> Args) argument
380 HTMLTagComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName, SourceLocation TagNameBegin, SourceLocation TagNameEnd) argument
513 HTMLEndTagComment(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
536 BlockContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
617 BlockCommandComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
630 BlockCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
726 ParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
820 TParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
902 VerbatimBlockComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
953 VerbatimLineComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp957 SourceLocation LocEnd = Method->getLocEnd(); local
959 if (SM->getExpansionLineNumber(LocEnd) >
962 ReplaceText(LocEnd, 1, ";\n#endif\n");
1008 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); local
1009 ReplaceText(LocEnd, strlen("@end"), "/* @end */");
1013 const char *endBuf = SM->getCharacterData(LocEnd);
1181 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); local
1184 const char *endBuf = SM->getCharacterData(LocEnd);
1192 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); local
1195 const char *endBuf = SM->getCharacterData(LocEnd);
3124 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); local
3933 SourceLocation LocEnd = CE->getRParenLoc(); local
[all...]
H A DRewriteModernObjC.cpp1132 SourceLocation LocEnd = Method->getLocEnd(); local
1134 if (SM->getExpansionLineNumber(LocEnd) >
1137 ReplaceText(LocEnd, 1, ";\n#endif\n");
1190 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); local
1191 ReplaceText(LocEnd, strlen("@end"), "/* @end */\n");
1195 const char *endBuf = SM->getCharacterData(LocEnd);
1389 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); local
1392 const char *endBuf = SM->getCharacterData(LocEnd);
1400 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); local
1403 const char *endBuf = SM->getCharacterData(LocEnd);
3997 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); local
4849 SourceLocation LocEnd = CE->getRParenLoc(); local
[all...]
/external/clang/include/clang/Sema/
H A DSema.h3652 SourceLocation LocStart, LocEnd; member in struct:clang::Sema::OffsetOfComponent

Completed in 161 milliseconds