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

/external/clang/lib/AST/
H A DCommentSema.cpp46 SourceLocation LocEnd,
48 return new (Allocator) BlockCommandComment(LocBegin, LocEnd, CommandID);
65 SourceLocation LocEnd,
68 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID);
158 SourceLocation LocEnd,
161 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID);
274 SourceLocation LocEnd,
279 LocBegin, LocEnd, CommandID,
285 SourceLocation LocEnd,
287 return new (Allocator) TextComment(LocBegin, LocEnd, Tex
45 actOnBlockCommandStart(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
64 actOnParamCommandStart(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
157 actOnTParamCommandStart(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
273 actOnUnknownCommand(SourceLocation LocBegin, SourceLocation LocEnd, StringRef Name) argument
284 actOnText(SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text) argument
343 actOnHTMLEndTag(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
[all...]
/external/clang/include/clang/AST/
H A DComment.h161 SourceLocation LocEnd) :
162 Loc(LocBegin), Range(SourceRange(LocBegin, LocEnd)) {
209 SourceLocation LocEnd) :
210 Comment(K, LocBegin, LocEnd) {
237 SourceLocation LocEnd,
239 InlineContentComment(TextCommentKind, LocBegin, LocEnd),
294 SourceLocation LocEnd,
298 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd),
354 SourceLocation LocEnd,
358 InlineContentComment(K, LocBegin, LocEnd),
159 Comment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
207 InlineContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
236 TextComment(SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text) argument
293 InlineCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, RenderKind RK, llvm::ArrayRef<Argument> Args) argument
352 HTMLTagComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName, SourceLocation TagNameBegin, SourceLocation TagNameEnd) argument
480 HTMLEndTagComment(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
505 BlockContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
590 BlockCommandComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
601 BlockCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
689 ParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
771 TParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
853 VerbatimBlockComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
905 VerbatimLineComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
[all...]
/external/clang/include/clang/Sema/
H A DSema.h3085 SourceLocation LocStart, LocEnd; member in struct:clang::Sema::OffsetOfComponent
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp949 SourceLocation LocEnd = Method->getLocEnd(); local
951 if (SM->getExpansionLineNumber(LocEnd) >
954 ReplaceText(LocEnd, 1, ";\n#endif\n");
1012 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); local
1013 ReplaceText(LocEnd, strlen("@end"), "/* @end */");
1017 const char *endBuf = SM->getCharacterData(LocEnd);
1190 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); local
1193 const char *endBuf = SM->getCharacterData(LocEnd);
1205 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); local
1208 const char *endBuf = SM->getCharacterData(LocEnd);
3183 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); local
3995 SourceLocation LocEnd = CE->getRParenLoc(); local
[all...]
H A DRewriteModernObjC.cpp1055 SourceLocation LocEnd = Method->getLocEnd(); local
1057 if (SM->getExpansionLineNumber(LocEnd) >
1060 ReplaceText(LocEnd, 1, ";\n#endif\n");
1124 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); local
1125 ReplaceText(LocEnd, strlen("@end"), "/* @end */");
1129 const char *endBuf = SM->getCharacterData(LocEnd);
1328 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); local
1331 const char *endBuf = SM->getCharacterData(LocEnd);
1343 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); local
1346 const char *endBuf = SM->getCharacterData(LocEnd);
3846 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); local
4661 SourceLocation LocEnd = CE->getRParenLoc(); local
[all...]

Completed in 138 milliseconds