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

/freebsd-10.0-release/contrib/llvm/tools/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...]
/freebsd-10.0-release/contrib/llvm/tools/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,
290 SourceLocation LocEnd,
294 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
409 SourceLocation LocEnd,
412 return actOnUnknownCommand(LocBegin, LocEnd, CommandID);
416 SourceLocation LocEnd,
420 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
288 actOnTParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
408 actOnUnknownCommand(SourceLocation LocBegin, SourceLocation LocEnd, StringRef CommandName) argument
415 actOnUnknownCommand(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
425 actOnText(SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text) argument
487 actOnHTMLEndTag(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/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 */\n");
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);
4065 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); local
4919 SourceLocation LocEnd = CE->getRParenLoc(); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1797 Comps.back().LocStart = Comps.back().LocEnd = ConsumeToken();
1813 Comps.back().LocEnd = ConsumeToken();
1833 Comps.back().LocEnd = ST.getCloseLocation();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp9546 << SourceRange(CompPtr[1].LocStart, CompPtr[NumComponents-1].LocEnd);
9560 return ExprError(Diag(OC.LocEnd, diag::err_offsetof_array_type)
9580 Comps.push_back(OffsetOfNode(OC.LocStart, Exprs.size(), OC.LocEnd));
9589 Comps.push_back(OffsetOfNode(OC.LocStart, OC.U.IdentInfo, OC.LocEnd));
9602 return ExprError(Diag(OC.LocEnd, diag::err_offsetof_record_type)
9622 << SourceRange(CompPtr[0].LocStart, OC.LocEnd)
9640 OC.LocEnd));
9647 Diag(OC.LocEnd, diag::err_offsetof_bitfield)
9675 cast<FieldDecl>(*FI), OC.LocEnd));
9678 Comps.push_back(OffsetOfNode(OC.LocStart, MemberDecl, OC.LocEnd));
[all...]
H A DTreeTransform.h6361 Comp.LocEnd = ON.getSourceRange().getEnd();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3341 SourceLocation LocStart, LocEnd; member in struct:clang::Sema::OffsetOfComponent

Completed in 228 milliseconds