HomeSort by: relevance | last modified time | path
    Searched refs:LocEnd (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentSema.h 90 SourceLocation LocEnd,
101 SourceLocation LocEnd,
119 SourceLocation LocEnd,
143 SourceLocation LocEnd,
147 SourceLocation LocEnd,
151 SourceLocation LocEnd,
179 SourceLocation LocEnd,
Comment.h 199 SourceLocation LocEnd) :
200 Loc(LocBegin), Range(SourceRange(LocBegin, LocEnd)) {
240 SourceLocation LocEnd) :
241 Comment(K, LocBegin, LocEnd) {
266 SourceLocation LocEnd,
268 InlineContentComment(TextCommentKind, LocBegin, LocEnd),
322 SourceLocation LocEnd,
326 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd),
378 SourceLocation LocEnd,
382 InlineContentComment(K, LocBegin, LocEnd),
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp 105 Optional<SourceLocation> LocEnd;
113 Optional<SourceLocation> LocEnd, bool GapRegion = false)
114 : Count(Count), LocStart(LocStart), LocEnd(LocEnd), GapRegion(GapRegion) {
119 Optional<SourceLocation> LocEnd, bool GapRegion = false)
121 LocEnd(LocEnd), GapRegion(GapRegion) {}
141 bool hasEndLoc() const { return LocEnd.hasValue(); }
145 LocEnd = Loc;
149 assert(LocEnd && "Region has no end location")
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp 52 SourceLocation LocEnd,
55 BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd,
82 SourceLocation LocEnd,
86 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID,
285 SourceLocation LocEnd,
289 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
400 SourceLocation LocEnd,
403 return actOnUnknownCommand(LocBegin, LocEnd, CommandID);
407 SourceLocation LocEnd,
411 LocBegin, LocEnd, CommandID
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCCodeView.cpp 464 size_t LocEnd;
465 std::tie(LocBegin, LocEnd) = getLineExtent(Frag.SiteFuncId);
473 LocEnd = std::max(LocEnd, Extent.second);
476 if (LocBegin >= LocEnd)
478 ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd);
593 ArrayRef<MCCVLoc> LocAfter = getLinesForExtent(LocEnd, LocEnd + 1);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 952 SourceLocation LocEnd = Method->getEndLoc();
954 if (SM->getExpansionLineNumber(LocEnd) >
957 ReplaceText(LocEnd, 1, ";\n#endif\n");
1003 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin();
1004 ReplaceText(LocEnd, strlen("@end"), "/* @end */");
1008 const char *endBuf = SM->getCharacterData(LocEnd);
1180 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
1183 const char *endBuf = SM->getCharacterData(LocEnd);
1193 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
1196 const char *endBuf = SM->getCharacterData(LocEnd);
    [all...]
RewriteModernObjC.cpp 1111 SourceLocation LocEnd = Method->getEndLoc();
1113 if (SM->getExpansionLineNumber(LocEnd) >
1116 ReplaceText(LocEnd, 1, ";\n#endif\n");
1169 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin();
1170 ReplaceText(LocEnd, strlen("@end"), "/* @end */\n");
1174 const char *endBuf = SM->getCharacterData(LocEnd);
1356 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
1359 const char *endBuf = SM->getCharacterData(LocEnd);
1369 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
1372 const char *endBuf = SM->getCharacterData(LocEnd);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 2526 Comps.back().LocStart = Comps.back().LocEnd = ConsumeToken();
2542 Comps.back().LocEnd = ConsumeToken();
2562 Comps.back().LocEnd = ST.getCloseLocation();
ParseExprCXX.cpp 1146 SourceLocation LocEnd = PrevTokLocation;
1149 InitCaptureType, SourceRange(LocStart, LocEnd));
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 15084 return ExprError(Diag(OC.LocEnd, diag::err_offsetof_array_type)
15104 Comps.push_back(OffsetOfNode(OC.LocStart, Exprs.size(), OC.LocEnd));
15113 Comps.push_back(OffsetOfNode(OC.LocStart, OC.U.IdentInfo, OC.LocEnd));
15126 return ExprError(Diag(OC.LocEnd, diag::err_offsetof_record_type)
15146 << SourceRange(Components[0].LocStart, OC.LocEnd)
15164 OC.LocEnd));
15171 Diag(OC.LocEnd, diag::err_offsetof_bitfield)
15188 Diag(OC.LocEnd, diag::err_offsetof_field_of_virtual_base)
15203 cast<FieldDecl>(FI), OC.LocEnd));
15206 Comps.push_back(OffsetOfNode(OC.LocStart, MemberDecl, OC.LocEnd));
    [all...]
SemaTemplate.cpp 2430 SourceLocation Loc, SourceLocation LocEnd,
2439 TInfo->getType(), TInfo, LocEnd, Ctor);
TreeTransform.h 10393 Comp.LocEnd = ON.getSourceRange().getEnd();
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5477 SourceLocation LocStart, LocEnd;

Completed in 89 milliseconds