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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp733 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID); local
750 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
3169 SourceLocation LocStart = CDecl->getLocStart(); local
3980 SourceLocation LocStart = CE->getLParenLoc(); local
[all...]
H A DRewriteModernObjC.cpp816 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID); local
833 LocStart.getLocWithOffset(BufPtr-MainBufStart);
1122 SourceLocation LocStart = Method->getLocStart();
1126 SM->getExpansionLineNumber(LocStart)) {
1127 InsertText(LocStart, "#if 0\n");
1130 InsertText(LocStart, "// ");
1142 SourceLocation LocStart = CatDecl->getLocStart(); local
1146 ReplaceText(LocStart, 1, "/** ");
1150 ReplaceText(LocStart, 0, "// ");
1172 SourceLocation LocStart local
1213 SourceLocation LocStart = (*D.begin())->getLocStart(); local
1222 SourceLocation LocStart = DG[0]->getLocStart(); local
1231 SourceLocation LocStart = LSD->getExternLoc(); local
1395 SourceLocation LocStart = OMD->getLocStart(); local
1410 SourceLocation LocStart = OMD->getLocStart(); local
4071 SourceLocation LocStart = CDecl->getLocStart(); local
4925 SourceLocation LocStart = CE->getLParenLoc(); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h300 /// LocStart - For normal labels, this is the same as the main declaration
303 SourceLocation LocStart; member in class:clang::LabelDecl
307 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {}
320 bool isGnuLocal() const { return LocStart != getLocation(); }
321 void setLocStart(SourceLocation L) { LocStart = L; }
324 return SourceRange(LocStart, getLocation());
338 /// LocStart - The starting location of the source range, pointing
340 SourceLocation LocStart; member in class:clang::NamespaceDecl
443 return SourceRange(LocStart, RBraceLoc);
446 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1845 Comps.back().LocStart = Comps.back().LocEnd = ConsumeToken();
1853 Comps.back().LocStart = ConsumeToken();
1872 Comps.back().LocStart = ST.getOpenLocation();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1932 LocStart(StartLoc), RBraceLoc(), AnonOrFirstNamespaceAndInline(0, Inline)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp9965 << SourceRange(CompPtr[1].LocStart, CompPtr[NumComponents-1].LocEnd);
9999 Comps.push_back(OffsetOfNode(OC.LocStart, Exprs.size(), OC.LocEnd));
10008 Comps.push_back(OffsetOfNode(OC.LocStart, OC.U.IdentInfo, OC.LocEnd));
10014 if (RequireCompleteType(OC.LocStart, CurrentType,
10041 << SourceRange(CompPtr[0].LocStart, OC.LocEnd)
10047 LookupResult R(*this, OC.U.IdentInfo, OC.LocStart, LookupMemberName);
10058 << OC.U.IdentInfo << RD << SourceRange(OC.LocStart,
10099 Comps.push_back(OffsetOfNode(OC.LocStart,
10103 Comps.push_back(OffsetOfNode(OC.LocStart, MemberDecl, OC.LocEnd));
H A DSemaDeclCXX.cpp11253 FriendDecl *Sema::CheckFriendTypeDecl(SourceLocation LocStart, argument
11310 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc)
11317 return FriendDecl::Create(Context, CurContext, LocStart, TSInfo, FriendLoc);
H A DTreeTransform.h6591 Comp.LocStart = ON.getSourceRange().getBegin();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3515 SourceLocation LocStart, LocEnd; member in struct:clang::Sema::OffsetOfComponent
4825 FriendDecl *CheckFriendTypeDecl(SourceLocation LocStart,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1100 D->LocStart = ReadSourceLocation(Record, Idx);

Completed in 402 milliseconds