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

/freebsd-10.0-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.cpp803 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID); local
820 LocStart.getLocWithOffset(BufPtr-MainBufStart);
1106 SourceLocation LocStart = Method->getLocStart();
1110 SM->getExpansionLineNumber(LocStart)) {
1111 InsertText(LocStart, "#if 0\n");
1114 InsertText(LocStart, "// ");
1126 SourceLocation LocStart = CatDecl->getLocStart(); local
1130 ReplaceText(LocStart, 1, "/** ");
1134 ReplaceText(LocStart, 0, "// ");
1156 SourceLocation LocStart local
1197 SourceLocation LocStart = (*D.begin())->getLocStart(); local
1206 SourceLocation LocStart = DG[0]->getLocStart(); local
1215 SourceLocation LocStart = LSD->getExternLoc(); local
1379 SourceLocation LocStart = OMD->getLocStart(); local
1394 SourceLocation LocStart = OMD->getLocStart(); local
4064 SourceLocation LocStart = CDecl->getLocStart(); local
4918 SourceLocation LocStart = CE->getLParenLoc(); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h276 /// LocStart - For normal labels, this is the same as the main declaration
279 SourceLocation LocStart; member in class:clang::LabelDecl
283 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {}
296 bool isGnuLocal() const { return LocStart != getLocation(); }
297 void setLocStart(SourceLocation L) { LocStart = L; }
300 return SourceRange(LocStart, getLocation());
314 /// LocStart - The starting location of the source range, pointing
316 SourceLocation LocStart; member in class:clang::NamespaceDecl
420 return SourceRange(LocStart, RBraceLoc);
423 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1797 Comps.back().LocStart = Comps.back().LocEnd = ConsumeToken();
1805 Comps.back().LocStart = ConsumeToken();
1824 Comps.back().LocStart = ST.getOpenLocation();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1866 LocStart(StartLoc), RBraceLoc(), AnonOrFirstNamespaceAndInline(0, Inline)
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp9546 << SourceRange(CompPtr[1].LocStart, CompPtr[NumComponents-1].LocEnd);
9580 Comps.push_back(OffsetOfNode(OC.LocStart, Exprs.size(), OC.LocEnd));
9589 Comps.push_back(OffsetOfNode(OC.LocStart, OC.U.IdentInfo, OC.LocEnd));
9595 if (RequireCompleteType(OC.LocStart, CurrentType,
9622 << SourceRange(CompPtr[0].LocStart, OC.LocEnd)
9628 LookupResult R(*this, OC.U.IdentInfo, OC.LocStart, LookupMemberName);
9639 << OC.U.IdentInfo << RD << SourceRange(OC.LocStart,
9674 Comps.push_back(OffsetOfNode(OC.LocStart,
9678 Comps.push_back(OffsetOfNode(OC.LocStart, MemberDecl, OC.LocEnd));
H A DSemaDeclCXX.cpp10748 FriendDecl *Sema::CheckFriendTypeDecl(SourceLocation LocStart, argument
10805 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc)
10812 return FriendDecl::Create(Context, CurContext, LocStart, TSInfo, FriendLoc);
H A DTreeTransform.h6360 Comp.LocStart = ON.getSourceRange().getBegin();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3341 SourceLocation LocStart, LocEnd; member in struct:clang::Sema::OffsetOfComponent
4606 FriendDecl *CheckFriendTypeDecl(SourceLocation LocStart,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1023 D->LocStart = ReadSourceLocation(Record, Idx);

Completed in 410 milliseconds