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

  /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/Frontend/Rewrite/
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...]
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...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5477 SourceLocation LocStart, LocEnd;

Completed in 55 milliseconds