HomeSort by relevance Sort by last modified time
    Searched refs:SourceRange (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/webkit/Source/WebCore/css/
CSSPropertySourceData.h 44 struct SourceRange {
45 SourceRange();
46 SourceRange(unsigned start, unsigned end);
55 CSSPropertySourceData(const String& name, const String& value, bool important, bool parsedOk, const SourceRange& range);
66 SourceRange range;
80 SourceRange styleBodyRange;
91 SourceRange selectorListRange;
CSSPropertySourceData.cpp 45 SourceRange::SourceRange()
51 SourceRange::SourceRange(unsigned start, unsigned end)
57 CSSPropertySourceData::CSSPropertySourceData(const String& name, const String& value, bool important, bool parsedOk, const SourceRange& range)
80 , range(SourceRange(0, 0))
113 new ((void *) &emptyCSSPropertySourceData) CSSPropertySourceData("", "e", false, false, SourceRange(0, 0));
  /external/clang/include/clang/Analysis/Analyses/
ReachableCode.h 42 virtual void HandleUnreachable(SourceLocation L, SourceRange R1,
43 SourceRange R2) = 0;
  /external/clang/lib/ARCMigrate/
Internals.h 29 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
30 bool hasDiagnostic(ArrayRef<unsigned> IDs, SourceRange range) const;
62 void remove(SourceRange range);
64 void replace(SourceRange range, StringRef text);
65 void replace(SourceRange range, SourceRange replacementRange);
69 void increaseIndentation(SourceRange range,
72 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
73 bool clearAllDiagnostics(SourceRange range) {
76 bool clearDiagnostic(unsigned ID1, unsigned ID2, SourceRange range)
    [all...]
TransformActions.cpp 46 SourceRange R1, R2;
97 static RangeComparison compare(SourceRange LHS, SourceRange RHS,
133 void remove(SourceRange range);
135 void replace(SourceRange range, StringRef text);
136 void replace(SourceRange range, SourceRange replacementRange);
140 void increaseIndentation(SourceRange range,
143 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
150 bool canRemoveRange(SourceRange range)
    [all...]
  /external/clang/tools/libclang/
CXSourceLocation.h 60 SourceRange R) {
70 static inline SourceRange translateCXSourceRange(CXSourceRange R) {
71 return SourceRange(SourceLocation::getFromRawEncoding(R.begin_int_data),
CXCursor.h 52 SourceRange RegionOfInterest = SourceRange(),
56 SourceRange RegionOfInterest = SourceRange());
130 CXCursor MakePreprocessingDirectiveCursor(SourceRange Range,
134 SourceRange getCursorPreprocessingDirective(CXCursor C);
  /external/clang/lib/Index/
ASTLocation.cpp 58 SourceRange ASTLocation::getSourceRange() const {
60 return SourceRange();
69 return SourceRange(AsNamedRef().Loc, AsNamedRef().Loc);
74 return SourceRange();
110 SourceRange Range = getSourceRange();
  /external/clang/include/clang/AST/
TypeLoc.h 96 SourceRange getSourceRange() const {
97 return SourceRange(getBeginLoc(), getEndLoc());
101 SourceRange getLocalSourceRange() const {
165 static SourceRange getLocalSourceRangeImpl(TypeLoc TL);
201 SourceRange getLocalSourceRange() const {
202 return SourceRange();
408 SourceRange getLocalSourceRange() const {
409 return SourceRange(getNameLoc(), getNameLoc());
460 SourceRange getLocalSourceRange() const {
461 return SourceRange(getBuiltinLoc(), getBuiltinLoc())
    [all...]
StmtObjC.h 58 SourceRange getSourceRange() const {
59 return SourceRange(ForLoc, SubExprs[BODY]->getLocEnd());
106 SourceRange getSourceRange() const {
107 return SourceRange(AtCatchLoc, Body->getLocEnd());
136 SourceRange getSourceRange() const {
137 return SourceRange(AtFinallyLoc, AtFinallyStmt->getLocEnd());
243 SourceRange getSourceRange() const;
297 SourceRange getSourceRange() const {
298 return SourceRange(AtSynchronizedLoc, getSynchBody()->getLocEnd());
330 SourceRange getSourceRange() const
    [all...]
Attr.h 61 SourceRange Range;
88 Attr(attr::Kind AK, SourceRange R)
98 SourceRange getRange() const { return Range; }
99 void setRange(SourceRange R) { Range = R; }
112 InheritableAttr(attr::Kind AK, SourceRange R)
127 InheritableParamAttr(attr::Kind AK, SourceRange R)
DeclFriend.h 102 SourceRange getSourceRange() const {
105 return SourceRange(getFriendLoc(), ND->getLocEnd());
107 return SourceRange(getFriendLoc(), TInfo->getTypeLoc().getEndLoc());
109 return SourceRange(getFriendLoc(), getLocation());
Stmt.h 258 SourceRange getSourceRange() const;
387 SourceRange getSourceRange() const {
388 return SourceRange(StartLoc, EndLoc);
436 SourceRange getSourceRange() const { return SourceRange(SemiLoc); }
516 SourceRange getSourceRange() const {
517 return SourceRange(LBracLoc, RBracLoc);
561 SourceRange getSourceRange() const { return SourceRange(); }
616 SourceRange getSourceRange() const
    [all...]
ExprCXX.h 75 SourceRange getSourceRange() const;
185 SourceRange getSourceRange() const {
186 return SourceRange(Loc, RParenLoc);
342 SourceRange getSourceRange() const { return SourceRange(Loc); }
368 SourceRange getSourceRange() const { return SourceRange(Loc); }
389 SourceRange Range;
392 CXXTypeidExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R)
402 CXXTypeidExpr(QualType Ty, Expr *Operand, SourceRange R
    [all...]
StmtCXX.h 40 SourceRange getSourceRange() const {
41 return SourceRange(CatchLoc, HandlerBlock->getLocEnd());
86 SourceRange getSourceRange() const {
87 return SourceRange(getTryLoc(), getEndLoc());
190 SourceRange getSourceRange() const {
191 return SourceRange(ForLoc, SubExprs[BODY]->getLocEnd());
  /external/clang/include/clang/Rewrite/
Rewriter.h 168 int getRangeSize(SourceRange Range,
179 std::string getRewrittenText(SourceRange Range) const;
223 bool RemoveText(SourceRange range, RewriteOptions opts = RewriteOptions()) {
236 bool ReplaceText(SourceRange range, StringRef NewStr) {
243 bool ReplaceText(SourceRange range, SourceRange replacementRange);
255 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
HTMLRewrite.h 40 inline void HighlightRange(Rewriter &R, SourceRange Range,
  /external/clang/include/clang/Basic/
SourceLocation.h 183 /// SourceRange - a trival tuple used to represent a source range.
184 class SourceRange {
188 SourceRange(): B(SourceLocation()), E(SourceLocation()) {}
189 SourceRange(SourceLocation loc) : B(loc), E(loc) {}
190 SourceRange(SourceLocation begin, SourceLocation end) : B(begin), E(end) {}
201 bool operator==(const SourceRange &X) const {
205 bool operator!=(const SourceRange &X) const {
211 /// The underlying SourceRange can either specify the starting/ending character
217 SourceRange Range;
221 CharSourceRange(SourceRange R, bool ITR) : Range(R),IsTokenRange(ITR){
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 74 SourceRange Range;
77 PreprocessedEntity(EntityKind Kind, SourceRange Range)
88 SourceRange getSourceRange() const { return Range; }
125 PreprocessingDirective(EntityKind Kind, SourceRange Range)
142 explicit MacroDefinition(const IdentifierInfo *Name, SourceRange Range)
165 MacroExpansion(IdentifierInfo *BuiltinName, SourceRange Range)
169 MacroExpansion(MacroDefinition *Definition, SourceRange Range)
233 bool InQuotes, const FileEntry *File, SourceRange Range);
271 findPreprocessedEntitiesInRange(SourceRange Range) = 0;
333 findLocalPreprocessedEntitiesInRange(SourceRange Range) const
    [all...]
PPCallbacks.h 153 SourceRange Range) {
170 /// \param Range The SourceRange that was skipped. The range begins at the
172 virtual void SourceRangeSkipped(SourceRange Range) {
176 /// \param Range The SourceRange of the expression being tested.
178 virtual void If(SourceRange Range) {
182 /// \param Range The SourceRange of the expression being tested.
184 virtual void Elif(SourceRange Range) {
288 SourceRange Range) {
308 virtual void SourceRangeSkipped(SourceRange Range) {
314 virtual void If(SourceRange Range)
    [all...]
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 29 SourceRange Range)
50 PreprocessingRecord::getPreprocessedEntitiesInRange(SourceRange Range) {
85 SourceRange Range) const {
97 template <SourceLocation (SourceRange::*getRangeLoc)() const>
120 SourceRange Range = PPE->getSourceRange();
167 PPEntityComp<&SourceRange::getBegin>(SourceMgr));
242 PreprocessedEntity(PreprocessedEntity::InvalidKind, SourceRange());
260 SourceRange Range) {
274 SourceRange R(MI->getDefinitionLoc(), MI->getDefinitionEndLoc());
325 File, SourceRange(HashLoc, EndLoc))
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 25 class TypeLocRanger : public TypeLocVisitor<TypeLocRanger, SourceRange> {
29 SourceRange Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
36 SourceRange TypeLoc::getLocalSourceRangeImpl(TypeLoc TL) {
37 if (TL.isNull()) return SourceRange();
187 SourceRange TypeOfExprTypeLoc::getLocalSourceRange() const {
189 return SourceRange(getTypeofLoc(), getRParenLoc());
191 return SourceRange(getTypeofLoc(),
ExprCXX.cpp 39 SourceRange CXXScalarValueInitExpr::getSourceRange() const {
43 return SourceRange(Start, RParenLoc);
49 SourceRange TypeIdParens, Expr *arraySize,
187 SourceRange CXXPseudoDestructorExpr::getSourceRange() const {
191 return SourceRange(Base->getLocStart(), End);
373 SourceRange CXXConstructExpr::getSourceRange() const {
378 return SourceRange(Loc, ParenRange.getEnd());
392 return SourceRange(Loc, End);
395 SourceRange CXXOperatorCallExpr::getSourceRange() const {
400 return SourceRange(getOperatorLoc()
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 38 static SourceRange GenName(raw_ostream &os, const MemRegion *R,
43 SourceRange StackAddrEscapeChecker::GenName(raw_ostream &os,
48 SourceRange range;
105 SourceRange range = GenName(os, R, C.getSourceManager());
206 SourceRange range = GenName(os, cb.V[i].second,
  /external/clang/include/clang/Sema/
AttributeList.h 40 SourceRange VersionRange;
59 SourceRange AttrRange;
120 AttributeList(IdentifierInfo *attrName, SourceRange attrRange,
135 AttributeList(IdentifierInfo *attrName, SourceRange attrRange,
280 SourceRange getRange() const { return AttrRange; }
474 AttributeList *create(IdentifierInfo *attrName, SourceRange attrRange,
488 AttributeList *create(IdentifierInfo *attrName, SourceRange attrRange,
533 SourceRange Range;
535 CXX0XAttributeList (AttributeList *attrList, SourceRange range, bool hasAttr)
600 AttributeList *addNew(IdentifierInfo *attrName, SourceRange attrRange
    [all...]

Completed in 1267 milliseconds

1 2 3 4 5 6