/external/clang/include/clang/Frontend/ |
ASTUnit.h | 195 SourceRange getSourceRange(const SourceManager &SM) const { 197 return SourceRange(FileLoc, FileLoc.getLocWithOffset(size()-1)); 571 SourceRange mapRangeFromPreamble(SourceRange R) { 572 return SourceRange(mapLocationFromPreamble(R.getBegin()), 577 SourceRange mapRangeToPreamble(SourceRange R) { 578 return SourceRange(mapLocationToPreamble(R.getBegin()), [all...] |
/external/clang/lib/AST/ |
RawCommentList.cpp | 67 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, 259 SourceRange MergedRange(C1.getSourceRange().getBegin(),
|
Stmt.cpp | 202 SourceRange getSourceRangeImpl(const Stmt *stmt, 203 SourceRange (T::*v)() const) { 212 SourceRange getSourceRangeImpl(const Stmt *stmt, 213 SourceRange (Stmt::*v)() const) { 214 return SourceRange(static_cast<const S*>(stmt)->getLocStart(), 219 SourceRange Stmt::getSourceRange() const { 848 SourceRange VarRange = V->getSourceRange(); 879 SourceRange VarRange = V->getSourceRange(); 906 SourceRange VarRange = V->getSourceRange(); 940 SourceRange VarRange = V->getSourceRange() [all...] |
Decl.cpp | [all...] |
/external/clang/unittests/AST/ |
MatchVerifier.h | 181 SourceRange R = getRange(Node); 202 virtual SourceRange getRange(const NodeType &Node) {
|
/external/clang/bindings/python/clang/ |
cindex.py | 40 SourceRange, SourceLocation, and File 63 # o implement additional SourceLocation, SourceRange, and File methods. 231 class SourceRange(Structure): 233 A SourceRange describes a range of source locations within the source 270 return "<SourceRange start %r, end %r>" % (self.start, self.end) 329 range = SourceRange() [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
PlistDiagnostics.cpp | 189 EmitRange(o, SM, LangOpts, SourceRange(StartEdge, StartEdge), FM, indent+1); 193 EmitRange(o, SM, LangOpts, SourceRange(EndEdge, EndEdge), FM, indent+1); 237 ArrayRef<SourceRange> Ranges = P.getRanges(); 243 for (ArrayRef<SourceRange>::iterator I = Ranges.begin(), E = Ranges.end(); 393 ArrayRef<SourceRange> Ranges = piece->getRanges(); 394 for (ArrayRef<SourceRange>::iterator I = Ranges.begin(),
|
/external/clang/include/clang/AST/ |
DeclObjC.h | 303 virtual SourceRange getSourceRange() const LLVM_READONLY { 304 return SourceRange(getLocation(), getLocEnd()); 493 SourceRange AtEnd; 571 SourceRange getAtEndRange() const { 574 void setAtEndRange(SourceRange atEnd) { 578 virtual SourceRange getSourceRange() const LLVM_READONLY { 579 return SourceRange(AtStart, getAtEndRange().getEnd()); 719 virtual SourceRange getSourceRange() const LLVM_READONLY { 723 return SourceRange(getAtStartLoc(), getLocation()); [all...] |
DeclarationName.h | 481 SourceRange getCXXOperatorNameRange() const { 483 return SourceRange( 490 void setCXXOperatorNameRange(SourceRange R) { 530 SourceRange getSourceRange() const LLVM_READONLY { 531 return SourceRange(getLocStart(), getLocEnd());
|
ASTImporter.h | 175 SourceRange Import(SourceRange FromRange);
|
Decl.h | 316 SourceRange getSourceRange() const LLVM_READONLY { 317 return SourceRange(LocStart, getLocation()); 436 virtual SourceRange getSourceRange() const LLVM_READONLY { 437 return SourceRange(LocStart, RBraceLoc); 564 virtual SourceRange getSourceRange() const LLVM_READONLY; 779 virtual SourceRange getSourceRange() const LLVM_READONLY; [all...] |
/external/clang/include/clang/Sema/ |
Initialization.h | 486 static InitializationKind CreateCast(SourceRange TypeRange) { 493 SourceRange TypeRange, 503 static InitializationKind CreateFunctionalCast(SourceRange TypeRange, 567 SourceRange getRange() const { 568 return SourceRange(Locations[0], Locations[2]); 592 SourceRange getParenRange() const { 595 return SourceRange(Locations[1], Locations[2]); [all...] |
TypoCorrection.h | 194 SourceRange getCorrectionRange() const { 221 SourceRange CorrectionRange;
|
/external/clang/lib/Sema/ |
SemaTemplateVariadic.cpp | 251 DB << SourceRange(Locations[I]); 431 SourceRange R(Arg.getLocation()); 476 QualType Sema::CheckPackExpansion(QualType Pattern, SourceRange PatternRange, 530 SourceLocation EllipsisLoc, SourceRange PatternRange, 625 << SourceRange(FirstPack.second) << SourceRange(i->second); 629 << SourceRange(i->second); [all...] |
DeclSpec.cpp | 109 Range = SourceRange(ColonColonLoc); 116 NestedNameSpecifier *Qualifier, SourceRange R) { 123 Range = SourceRange(); 166 SourceRange *ExceptionRanges, [all...] |
TargetAttributesSema.cpp | 108 DLLImportAttr *Sema::mergeDLLImportAttr(Decl *D, SourceRange Range, 164 DLLExportAttr *Sema::mergeDLLExportAttr(Decl *D, SourceRange Range,
|
SemaExprCXX.cpp | 310 DtorDiag << FixItHint::CreateReplacement(SourceRange(NameLoc), 354 SourceRange(TypeidLoc, RParenLoc))); 409 SourceRange(TypeidLoc, RParenLoc))); 472 SourceRange(TypeidLoc, RParenLoc))); 488 SourceRange(TypeidLoc, RParenLoc))); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorStyleSheet.cpp | 235 m_currentRuleDataStack.last()->selectorRanges.append(SourceRange(m_selectorRangeStart, offset)); 369 CSSPropertySourceData(name, value, isImportant, false, isParsed, SourceRange(start - topRuleBodyRangeStart, end - topRuleBodyRangeStart))); 428 CSSPropertySourceData(propertyData.name, propertyData.value, false, true, true, SourceRange(startOffset - topRuleBodyRangeStart, offset - topRuleBodyRangeStart))); 440 static PassRefPtr<TypeBuilder::CSS::SourceRange> buildSourceRangeObject(const SourceRange& range, Vector<unsigned>* lineEndings) 447 RefPtr<TypeBuilder::CSS::SourceRange> result = TypeBuilder::CSS::SourceRange::create() 655 SourceRange& bodyRange = sourceData->ruleBodyRange; 683 result.append(InspectorStyleProperty(CSSPropertySourceData(name, m_style->getPropertyValue(name), !m_style->getPropertyPriority(name).isEmpty(), false, true, SourceRange()), false)); 727 SourceRange absolutePropertyRange = propertyEntry.range [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
BugReporter.h | 64 typedef const SourceRange *ranges_iterator; 82 SmallVector<SourceRange, 4> Ranges; 286 void addRange(SourceRange R) { 469 SourceRange* RangeBeg, unsigned NumRanges); 480 SourceRange R) {
|
/external/clang/lib/Rewrite/Core/ |
Rewriter.cpp | 157 int Rewriter::getRangeSize(SourceRange Range, RewriteOptions opts) const { 168 std::string Rewriter::getRewrittenText(SourceRange Range) const { 285 StartOffs += getRangeSize(SourceRange(Loc, Loc), rangeOpts); 313 bool Rewriter::ReplaceText(SourceRange range, SourceRange replacementRange) {
|
/external/clang/tools/libclang/ |
CIndexHigh.cpp | 235 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID)); 330 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID)); 395 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID));
|
CXCursor.cpp | 64 SourceRange RegionOfInterest, 94 SourceRange RegionOfInterest) { 661 CXCursor cxcursor::MakePreprocessingDirectiveCursor(SourceRange Range, 671 SourceRange cxcursor::getCursorPreprocessingDirective(CXCursor C) { 673 SourceRange Range(SourceLocation::getFromPtrEncoding(C.data[0]), 714 SourceRange cxcursor::MacroExpansionCursor::getSourceRange() const { [all...] |
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | [all...] |
/external/clang/lib/Parse/ |
RAIIObjectsForParser.h | 405 SourceRange getRange() const { return SourceRange(LOpen, LClose); }
|
Parser.cpp | 36 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) { 133 SourceRange ParenRange) { 173 << FixItHint::CreateReplacement(SourceRange(Loc), 235 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc)); 238 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc)); 245 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc)); 249 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc)); 770 diag::ext_extern_template) << SourceRange(ExternLoc, TemplateLoc); [all...] |