Searched refs:LocStart (Results 1 - 10 of 10) sorted by relevance

/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/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/Parse/
H A DParseExpr.cpp1745 Comps.back().LocStart = Comps.back().LocEnd = ConsumeToken();
1753 Comps.back().LocStart = ConsumeToken();
1772 Comps.back().LocStart = ST.getOpenLocation();
/external/clang/lib/AST/
H A DDeclCXX.cpp1940 redeclarable_base(C), LocStart(StartLoc), RBraceLoc(),
/external/clang/lib/Sema/
H A DSemaExpr.cpp10209 << SourceRange(CompPtr[1].LocStart, CompPtr[NumComponents-1].LocEnd);
10243 Comps.push_back(OffsetOfNode(OC.LocStart, Exprs.size(), OC.LocEnd));
10252 Comps.push_back(OffsetOfNode(OC.LocStart, OC.U.IdentInfo, OC.LocEnd));
10258 if (RequireCompleteType(OC.LocStart, CurrentType,
10285 << SourceRange(CompPtr[0].LocStart, OC.LocEnd)
10291 LookupResult R(*this, OC.U.IdentInfo, OC.LocStart, LookupMemberName);
10302 << OC.U.IdentInfo << RD << SourceRange(OC.LocStart,
10341 Comps.push_back(OffsetOfNode(OC.LocStart,
10345 Comps.push_back(OffsetOfNode(OC.LocStart, MemberDecl, OC.LocEnd));
H A DSemaDeclCXX.cpp11536 FriendDecl *Sema::CheckFriendTypeDecl(SourceLocation LocStart, argument
11594 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc)
H A DTreeTransform.h6945 Comp.LocStart = ON.getSourceRange().getBegin();
/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/Serialization/
H A DASTReaderDecl.cpp1134 D->LocStart = ReadSourceLocation(Record, Idx);

Completed in 187 milliseconds