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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentSema.h95 SourceLocation LocEnd,
106 SourceLocation LocEnd,
124 SourceLocation LocEnd,
148 SourceLocation LocEnd,
152 SourceLocation LocEnd,
156 SourceLocation LocEnd,
184 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
707 ParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
801 TParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
883 VerbatimBlockComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
934 VerbatimLineComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp51 SourceLocation LocEnd,
54 BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd,
77 SourceLocation LocEnd,
81 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID,
278 SourceLocation LocEnd,
282 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
395 SourceLocation LocEnd,
398 return actOnUnknownCommand(LocBegin, LocEnd, CommandID);
402 SourceLocation LocEnd,
406 LocBegin, LocEnd, CommandI
49 actOnBlockCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
75 actOnParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
276 actOnTParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
394 actOnUnknownCommand(SourceLocation LocBegin, SourceLocation LocEnd, StringRef CommandName) argument
401 actOnUnknownCommand(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
411 actOnText(SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text) argument
473 actOnHTMLEndTag(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
[all...]
/freebsd-10.3-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.cpp1123 SourceLocation LocEnd = Method->getLocEnd(); local
1125 if (SM->getExpansionLineNumber(LocEnd) >
1128 ReplaceText(LocEnd, 1, ";\n#endif\n");
1192 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); local
1193 ReplaceText(LocEnd, strlen("@end"), "/* @end */\n");
1197 const char *endBuf = SM->getCharacterData(LocEnd);
1396 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); local
1399 const char *endBuf = SM->getCharacterData(LocEnd);
1411 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); local
1414 const char *endBuf = SM->getCharacterData(LocEnd);
4072 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); local
4926 SourceLocation LocEnd = CE->getRParenLoc(); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1845 Comps.back().LocStart = Comps.back().LocEnd = ConsumeToken();
1861 Comps.back().LocEnd = ConsumeToken();
1881 Comps.back().LocEnd = ST.getCloseLocation();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp9965 << SourceRange(CompPtr[1].LocStart, CompPtr[NumComponents-1].LocEnd);
9979 return ExprError(Diag(OC.LocEnd, diag::err_offsetof_array_type)
9999 Comps.push_back(OffsetOfNode(OC.LocStart, Exprs.size(), OC.LocEnd));
10008 Comps.push_back(OffsetOfNode(OC.LocStart, OC.U.IdentInfo, OC.LocEnd));
10021 return ExprError(Diag(OC.LocEnd, diag::err_offsetof_record_type)
10041 << SourceRange(CompPtr[0].LocStart, OC.LocEnd)
10059 OC.LocEnd));
10066 Diag(OC.LocEnd, diag::err_offsetof_bitfield)
10082 Diag(OC.LocEnd, diag::err_offsetof_field_of_virtual_base)
10100 cast<FieldDecl>(*FI), OC.LocEnd));
[all...]
H A DTreeTransform.h6592 Comp.LocEnd = ON.getSourceRange().getEnd();
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3515 SourceLocation LocStart, LocEnd; member in struct:clang::Sema::OffsetOfComponent

Completed in 205 milliseconds