Searched defs:LocEnd (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
H A DSema.h2839 SourceLocation LocStart, LocEnd; member in struct:clang::Sema::OffsetOfComponent
/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp944 SourceLocation LocEnd = Method->getLocEnd(); local
946 if (SM->getExpansionLineNumber(LocEnd) >
949 ReplaceText(LocEnd, 1, ";\n#endif\n");
1007 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); local
1008 ReplaceText(LocEnd, strlen("@end"), "/* @end */");
1012 const char *endBuf = SM->getCharacterData(LocEnd);
1185 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); local
1188 const char *endBuf = SM->getCharacterData(LocEnd);
1200 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); local
1203 const char *endBuf = SM->getCharacterData(LocEnd);
3171 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); local
3984 SourceLocation LocEnd = CE->getRParenLoc(); local
[all...]
H A DRewriteModernObjC.cpp965 SourceLocation LocEnd = Method->getLocEnd(); local
967 if (SM->getExpansionLineNumber(LocEnd) >
970 ReplaceText(LocEnd, 1, ";\n#endif\n");
1038 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); local
1039 ReplaceText(LocEnd, strlen("@end"), "/* @end */");
1043 const char *endBuf = SM->getCharacterData(LocEnd);
1246 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); local
1249 const char *endBuf = SM->getCharacterData(LocEnd);
1261 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); local
1264 const char *endBuf = SM->getCharacterData(LocEnd);
3603 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); local
4440 SourceLocation LocEnd = CE->getRParenLoc(); local
[all...]

Completed in 59 milliseconds