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

/external/clang/include/clang/AST/
H A DDecl.h308 /// LocStart - For normal labels, this is the same as the main declaration
311 SourceLocation LocStart; member in class:clang::LabelDecl
315 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {}
328 bool isGnuLocal() const { return LocStart != getLocation(); }
329 void setLocStart(SourceLocation L) { LocStart = L; }
332 return SourceRange(LocStart, getLocation());
344 /// LocStart - The starting location of the source range, pointing
346 SourceLocation LocStart; member in class:clang::NamespaceDecl
445 return SourceRange(LocStart, RBraceLoc);
448 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp740 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID); local
757 LocStart.getLocWithOffset(BufPtr-MainBufStart);
956 SourceLocation LocStart = Method->getLocStart();
960 SM->getExpansionLineNumber(LocStart)) {
961 InsertText(LocStart, "#if 0\n");
964 InsertText(LocStart, "// ");
976 SourceLocation LocStart = CatDecl->getLocStart(); local
979 ReplaceText(LocStart, 0, "// ");
994 SourceLocation LocStart = PDecl->getLocStart(); local
998 ReplaceText(LocStart,
1029 SourceLocation LocStart = (*D.begin())->getLocStart(); local
1038 SourceLocation LocStart = DG[0]->getLocStart(); local
1180 SourceLocation LocStart = OMD->getLocStart(); local
1191 SourceLocation LocStart = OMD->getLocStart(); local
3123 SourceLocation LocStart = CDecl->getLocStart(); local
3932 SourceLocation LocStart = CE->getLParenLoc(); local
[all...]
H A DRewriteModernObjC.cpp824 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID); local
841 LocStart.getLocWithOffset(BufPtr-MainBufStart);
1131 SourceLocation LocStart = Method->getLocStart();
1135 SM->getExpansionLineNumber(LocStart)) {
1136 InsertText(LocStart, "#if 0\n");
1139 InsertText(LocStart, "// ");
1151 SourceLocation LocStart = CatDecl->getLocStart(); local
1155 ReplaceText(LocStart, 1, "/** ");
1159 ReplaceText(LocStart, 0, "// ");
1176 SourceLocation LocStart local
1211 SourceLocation LocStart = (*D.begin())->getLocStart(); local
1220 SourceLocation LocStart = DG[0]->getLocStart(); local
1229 SourceLocation LocStart = LSD->getExternLoc(); local
1388 SourceLocation LocStart = OMD->getLocStart(); local
1399 SourceLocation LocStart = OMD->getLocStart(); local
3996 SourceLocation LocStart = CDecl->getLocStart(); local
4848 SourceLocation LocStart = CE->getLParenLoc(); local
[all...]
/external/clang/include/clang/Sema/
H A DSema.h3652 SourceLocation LocStart, LocEnd; member in struct:clang::Sema::OffsetOfComponent
4950 FriendDecl *CheckFriendTypeDecl(SourceLocation LocStart,
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp11536 FriendDecl *Sema::CheckFriendTypeDecl(SourceLocation LocStart, argument
11594 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc)

Completed in 1765 milliseconds