Searched defs:LocStart (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DDecl.h357 /// LocStart - For normal labels, this is the same as the main declaration
360 SourceLocation LocStart; member in class:clang::LabelDecl
364 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {}
377 bool isGnuLocal() const { return LocStart != getLocation(); }
378 void setLocStart(SourceLocation L) { LocStart = L; }
381 return SourceRange(LocStart, getLocation());
396 /// LocStart - The starting location of the source range, pointing
398 SourceLocation LocStart; member in class:clang::NamespaceDecl
502 return SourceRange(LocStart, RBraceLoc);
505 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
[all...]
/external/clang/include/clang/Sema/
H A DSema.h3085 SourceLocation LocStart, LocEnd; member in struct:clang::Sema::OffsetOfComponent
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp732 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID); local
749 LocStart.getLocWithOffset(BufPtr-MainBufStart);
948 SourceLocation LocStart = Method->getLocStart();
952 SM->getExpansionLineNumber(LocStart)) {
953 InsertText(LocStart, "#if 0\n");
956 InsertText(LocStart, "// ");
968 SourceLocation LocStart = CatDecl->getLocStart(); local
971 ReplaceText(LocStart, 0, "// ");
992 SourceLocation LocStart = PDecl->getLocStart(); local
996 ReplaceText(LocStart,
1033 SourceLocation LocStart = (*D.begin())->getLocStart(); local
1042 SourceLocation LocStart = DG[0]->getLocStart(); local
1189 SourceLocation LocStart = OMD->getLocStart(); local
1204 SourceLocation LocStart = OMD->getLocStart(); local
3182 SourceLocation LocStart = CDecl->getLocStart(); local
3994 SourceLocation LocStart = CE->getLParenLoc(); local
[all...]
H A DRewriteModernObjC.cpp759 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID); local
776 LocStart.getLocWithOffset(BufPtr-MainBufStart);
1054 SourceLocation LocStart = Method->getLocStart();
1058 SM->getExpansionLineNumber(LocStart)) {
1059 InsertText(LocStart, "#if 0\n");
1062 InsertText(LocStart, "// ");
1074 SourceLocation LocStart = CatDecl->getLocStart(); local
1078 ReplaceText(LocStart, 1, "/** ");
1082 ReplaceText(LocStart, 0, "// ");
1104 SourceLocation LocStart local
1145 SourceLocation LocStart = (*D.begin())->getLocStart(); local
1154 SourceLocation LocStart = DG[0]->getLocStart(); local
1163 SourceLocation LocStart = LSD->getExternLoc(); local
1327 SourceLocation LocStart = OMD->getLocStart(); local
1342 SourceLocation LocStart = OMD->getLocStart(); local
3845 SourceLocation LocStart = CDecl->getLocStart(); local
4660 SourceLocation LocStart = CE->getLParenLoc(); local
[all...]

Completed in 89 milliseconds