Searched refs:LocEnd (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/AST/
H A DCommentSema.h98 SourceLocation LocEnd,
109 SourceLocation LocEnd,
127 SourceLocation LocEnd,
151 SourceLocation LocEnd,
155 SourceLocation LocEnd,
159 SourceLocation LocEnd,
187 SourceLocation LocEnd,
H A DComment.h186 SourceLocation LocEnd) :
187 Loc(LocBegin), Range(SourceRange(LocBegin, LocEnd)) {
233 SourceLocation LocEnd) :
234 Comment(K, LocBegin, LocEnd) {
259 SourceLocation LocEnd,
261 InlineContentComment(TextCommentKind, LocBegin, LocEnd),
314 SourceLocation LocEnd,
318 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd),
372 SourceLocation LocEnd,
376 InlineContentComment(K, LocBegin, LocEnd),
184 Comment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
231 InlineContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
258 TextComment(SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text) argument
313 InlineCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, RenderKind RK, ArrayRef<Argument> Args) argument
370 HTMLTagComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName, SourceLocation TagNameBegin, SourceLocation TagNameEnd) argument
494 HTMLEndTagComment(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
517 BlockContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
598 BlockCommandComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
611 BlockCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
704 ParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
787 TParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
869 VerbatimBlockComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
920 VerbatimLineComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
[all...]
/external/clang/lib/AST/
H A DCommentSema.cpp52 SourceLocation LocEnd,
55 BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd,
78 SourceLocation LocEnd,
82 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID,
284 SourceLocation LocEnd,
288 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
403 SourceLocation LocEnd,
406 return actOnUnknownCommand(LocBegin, LocEnd, CommandID);
410 SourceLocation LocEnd,
414 LocBegin, LocEnd, CommandI
50 actOnBlockCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
76 actOnParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
282 actOnTParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
402 actOnUnknownCommand(SourceLocation LocBegin, SourceLocation LocEnd, StringRef CommandName) argument
409 actOnUnknownCommand(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
419 actOnText(SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text) argument
481 actOnHTMLEndTag(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
[all...]
/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);
3170 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); local
3981 SourceLocation LocEnd = CE->getRParenLoc(); local
[all...]
H A DRewriteModernObjC.cpp1107 SourceLocation LocEnd = Method->getLocEnd(); local
1109 if (SM->getExpansionLineNumber(LocEnd) >
1112 ReplaceText(LocEnd, 1, ";\n#endif\n");
1176 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); local
1177 ReplaceText(LocEnd, strlen("@end"), "/* @end */");
1181 const char *endBuf = SM->getCharacterData(LocEnd);
1380 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); local
1383 const char *endBuf = SM->getCharacterData(LocEnd);
1395 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); local
1398 const char *endBuf = SM->getCharacterData(LocEnd);
4061 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); local
4915 SourceLocation LocEnd = CE->getRParenLoc(); local
[all...]
/external/clang/lib/Parse/
H A DParseExpr.cpp1789 Comps.back().LocStart = Comps.back().LocEnd = ConsumeToken();
1805 Comps.back().LocEnd = ConsumeToken();
1825 Comps.back().LocEnd = ST.getCloseLocation();
/external/clang/lib/Sema/
H A DSemaExpr.cpp9252 << SourceRange(CompPtr[1].LocStart, CompPtr[NumComponents-1].LocEnd);
9266 return ExprError(Diag(OC.LocEnd, diag::err_offsetof_array_type)
9286 Comps.push_back(OffsetOfNode(OC.LocStart, Exprs.size(), OC.LocEnd));
9295 Comps.push_back(OffsetOfNode(OC.LocStart, OC.U.IdentInfo, OC.LocEnd));
9308 return ExprError(Diag(OC.LocEnd, diag::err_offsetof_record_type)
9328 << SourceRange(CompPtr[0].LocStart, OC.LocEnd)
9346 OC.LocEnd));
9353 Diag(OC.LocEnd, diag::err_offsetof_bitfield)
9381 cast<FieldDecl>(*FI), OC.LocEnd));
9384 Comps.push_back(OffsetOfNode(OC.LocStart, MemberDecl, OC.LocEnd));
[all...]
H A DTreeTransform.h6263 Comp.LocEnd = ON.getSourceRange().getEnd();
/external/clang/include/clang/Sema/
H A DSema.h3278 SourceLocation LocStart, LocEnd; member in struct:clang::Sema::OffsetOfComponent

Completed in 1481 milliseconds